diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2016-11-24 18:51:23 +0100 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2016-11-24 21:28:31 +0100 |
commit | 20d14461fb179d00b4f8991fe9fd9560d71f8fb6 (patch) | |
tree | 9394a825d97074c7b0cccafd11412ed53c9aac9a /.travis.yml | |
parent | Fix a bogus uninit var warning (diff) | |
download | openssl-20d14461fb179d00b4f8991fe9fd9560d71f8fb6.tar.xz openssl-20d14461fb179d00b4f8991fe9fd9560d71f8fb6.zip |
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.yml | 2 |
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: |