Various clean-ups
[openssl.git] / .travis.yml
index f74714abd049a694411923f6600ee1c0f93b9bc1..d61fd9cefb751d3630dc670e0401e2bf6c51799f 100644 (file)
@@ -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: