projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0528f25
)
coveralls: Use gcov-5 since we build it using gcc-5
author
Kurt Roeckx
<kurt@roeckx.be>
Thu, 24 Nov 2016 17:51:23 +0000
(18:51 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Thu, 24 Nov 2016 20:28:31 +0000
(21:28 +0100)
Reviewed-by: Emilia Käsper <emilia@openssl.org>
GH: #2003
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 90553c734c5c2c539dd743cd1c2509204148f642..4967839d2bfd8512a3e4fa4fde70cc22c98a9fe5 100644
(file)
--- 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: