diff --git a/.travis.yml b/.travis.yml index f23e847..05af9f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - cd coverage - cmake .. -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug - cmake --build . - - cmake --build . --target coveralls + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; cmake --build . --target coveralls after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file