coveralls: Use gcov-5 since we build it using gcc-5

Reviewed-by: Emilia Käsper <emilia@openssl.org>

GH: #2003
This commit is contained in:
Kurt Roeckx 2016-11-24 18:51:23 +01:00
parent 0528f253c7
commit 20d14461fb

View file

@ -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: