Skip to content

Commit

Permalink
Do I really know SH script? I wonder sometimes 😣
Browse files Browse the repository at this point in the history
  • Loading branch information
Godzil committed Feb 17, 2020
1 parent 88fcd48 commit db9f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit db9f2c0

Please sign in to comment.