diff --git a/.travis.yml b/.travis.yml index 8e98850148..cd8589f9cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,7 +114,7 @@ script: after_success: - if [ -n "$COVERALLS" ]; then - coveralls -b .; + coveralls -b . --gcov-options '\-lp'; fi; notifications: