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 d999d48 commit 3f7573d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ script:
- docker exec build cmake -H/project -B/build
- docker exec build cmake --build /build
- docker exec build cmake --build /build --target test
- pwd
- ls -l
- docker exec build lcov --directory . --capture --output-file coverage.info
- mkdir build
- cd build
Expand Down

0 comments on commit 3f7573d

Please sign in to comment.