aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-11-24 18:51:23 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-11-24 21:28:31 +0100
commit20d14461fb179d00b4f8991fe9fd9560d71f8fb6 (patch)
tree9394a825d97074c7b0cccafd11412ed53c9aac9a /.travis.yml
parent0528f253c7eaaaca59870acf07249a726b89f7e5 (diff)
downloadopenssl-20d14461fb179d00b4f8991fe9fd9560d71f8fb6.tar.gz
coveralls: Use gcov-5 since we build it using gcc-5
Reviewed-by: Emilia Käsper <emilia@openssl.org> GH: #2003
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 90553c734c..4967839d2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,7 +125,7 @@ script:
after_success:
- if [ -n "$COVERALLS" ]; then
- coveralls -b . --gcov-options '\-lp';
+ coveralls -b . --gcov gcov-5 --gcov-options '\-lp';
fi;
notifications: