Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Apr 14, 2015
1 parent 7f083f8 commit 6e6e139
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 @@ -41,7 +41,7 @@ script:

after_success:
- lcov --directory . --capture --output-file coverage.info
- lcov --remove converage.info --remove 'test/*' 'example/*' '/usr/*' 'CMakeFiles/*' --output-file coverage.info
- lcov --remove coverage.info 'test/*' 'example/*' '/usr/*' 'CMakeFiles/*' --output-file coverage.info
- lcov --list coverage.info
- coveralls-lcov --repo-token punfgYjHqV4P4flVjRVMnSk45TFIxeull coverage.info

Expand Down

0 comments on commit 6e6e139

Please sign in to comment.