From: Kurt Roeckx Date: Thu, 24 Nov 2016 17:51:23 +0000 (+0100) Subject: coveralls: Use gcov-5 since we build it using gcc-5 X-Git-Tag: OpenSSL_1_1_1-pre1~2968 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20d14461fb179d00b4f8991fe9fd9560d71f8fb6;p=oweals%2Fopenssl.git coveralls: Use gcov-5 since we build it using gcc-5 Reviewed-by: Emilia Käsper GH: #2003 --- 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: