Travis: fix cpp-coveralls invocation

This commit is contained in:
Nicolas Williams
2017-05-30 12:34:46 -05:00
parent 49ec30d87d
commit 0fc03c5c6b

View File

@@ -44,7 +44,7 @@ script:
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
after_script:
- if [ -n "$COVERAGE" ]; then coveralls --gcov-options; fi
- if [ -n "$COVERAGE" ]; then coveralls --gcov-options '\-lp'; fi
compiler:
- clang