From 5e295c06b28746c188ef1c48d917a834d310f110 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 23:28:38 +0000 Subject: [PATCH] Seems that coveralls don't like the OS X build, so let's only push when build from linux --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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