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:
parent
0528f253c7
commit
20d14461fb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue