mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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
@ -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 New Issue
Block a user