Travis: fix typo.

pull/2286/head
Kim Kulling 2016-11-19 11:48:39 +01:00
parent cae8a172c3
commit dc3875b8f2
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ after_success:
- lcov --directory . --capture --output-file coverage.info
- lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
- lcov --list coverage.info
- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info
- coveralls-lcov --repo-token=${COVERALLS_TOKEN} coverage.info