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 b64baee commit bc190dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ script:

after_success:
#- ./coveralls-upload
- cd ${TRAVIS_BUILD_DIR}/build
- lcov --directory ../lib --capture --output-file coverage.info
- cd ${TRAVIS_BUILD_DIR}
- 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 bc190dd

Please sign in to comment.