Skip to content

Commit 90648a9

Browse files
committed
updated .travis.yml for coveralls
1 parent 0c79a5a commit 90648a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ after_success:
3636
- lcov --directory . --capture --output-file coverage.info # capture coverage info
3737
- lcov --remove coverage.info 'tests/*' '/usr/*' --output-file coverage.info # filter out system and test code
3838
- lcov --list coverage.info # debug before upload
39-
- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls
40-
39+
#- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls.. for a private repo using a token
40+
- coveralls-lcov #for open source

0 commit comments

Comments
 (0)