checking if we really need this
[m6w6/ext-http] / .travis.yml
index cfc947a01422d078e7907192da9f9ebd9486dba2..cde3602f4923b40999094190f5e2cc807384c9cb 100644 (file)
@@ -24,9 +24,10 @@ before_script:
 script:
  - make -f travis/pecl/Makefile test
 
-after_script:
+after_failure:
  - test -e tests/helper/server.log && cat tests/helper/server.log
 after_success:
+ - pwd && find . -name '*.gc*'
  - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 
 sudo: false