From 20d14461fb179d00b4f8991fe9fd9560d71f8fb6 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Thu, 24 Nov 2016 18:51:23 +0100 Subject: [PATCH 1/1] coveralls: Use gcov-5 since we build it using gcc-5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper GH: #2003 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1