Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zussel committed Dec 7, 2016
1 parent cbebe0a commit b64baee
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:
after_success:
#- ./coveralls-upload
- cd ${TRAVIS_BUILD_DIR}/build
- lcov --directory . --capture --output-file coverage.info
- lcov --directory ../lib --capture --output-file coverage.info
- lcov --remove coverage.info 'tests/*' '/usr/*' --output-file coverage.info
- lcov --list coverage.info
- coveralls-lcov --repo-token=${COVERALLS_TOKEN} coverage.info
Expand Down

0 comments on commit b64baee

Please sign in to comment.