Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phuschke committed Jul 10, 2017
1 parent 335d399 commit 017d515
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 @@ -29,7 +29,7 @@ script:
- docker exec build cmake --build /build --target test
- docker exec build lcov --directory /build --capture --output-file coverage.info
- docker exec build lcov --remove coverage.info '/usr/*' --output-file coverage.info
- docker exec build lcov --remove coverage.info 'test/catch.hpp' --output-file coverage.info
- docker exec build lcov --remove coverage.info 'catch.hpp' --output-file coverage.info
- docker exec build bash <(curl -s https://codecov.io/bash)
- mkdir build
- cd build
Expand Down

0 comments on commit 017d515

Please sign in to comment.