Skip to content

Commit 8012bf5

Browse files
committed
updated .travis.yml for coveralls
1 parent 90648a9 commit 8012bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ after_success:
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
3939
#- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls.. for a private repo using a token
40-
- coveralls-lcov #for open source
40+
- coveralls-lcov coverage.info #for open source

0 commit comments

Comments
 (0)