From db9f2c02031ef5f4f3ea0d9fee54aae2da13d421 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 23:33:48 +0000 Subject: [PATCH] =?UTF-8?q?Do=20I=20really=20know=20SH=20script=3F=20I=20w?= =?UTF-8?q?onder=20sometimes=20=F0=9F=98=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05af9f1..f98b2bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - cd coverage - cmake .. -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug - cmake --build . - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; cmake --build . --target coveralls + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake --build . --target coveralls; fi after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file