diff --git a/.travis.yml b/.travis.yml index f74714abd049a..d61fd9cefb751 100644 --- a/.travis.yml +++ b/.travis.yml @@ -215,7 +215,7 @@ script: after_success: - if [ -n "$COVERALLS" ]; then - coveralls -b . --gcov gcov-5 --gcov-options '\-lp'; + coveralls -b . --gcov gcov-5 --gcov-options '\-lpbc'; fi; notifications: