From 0fc03c5c6ba5c63f3d69d22b3fe24eb95fd95164 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 30 May 2017 12:34:46 -0500 Subject: [PATCH] Travis: fix cpp-coveralls invocation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b196e0e5d..6cf2b883a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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