projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4889271
)
try to locate gcno files
author
Michael Wallner
<mike@php.net>
Wed, 14 Sep 2016 20:43:35 +0000
(22:43 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 14 Sep 2016 20:43:35 +0000
(22:43 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index cfc947a01422d078e7907192da9f9ebd9486dba2..e02c3158045aef149413460e5cf7e79b8da1aad6 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-27,6
+27,7
@@
script:
after_script:
- test -e tests/helper/server.log && cat tests/helper/server.log
after_success:
+ - find . $HOME -name '*.gc*'
- test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
sudo: false