Browse Source

Travis config: fix typo.

Kim Kulling 8 years ago
parent
commit
d0d07006c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -50,5 +50,5 @@ 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