aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: