add some error logging
[m6w6/ext-http] / gen_travis_yml.php
index 0267094962d3dab2ada6d95003f51cc731c6fc94..89ab0b208b9b9e0883f271508cf419e7d93080da 100755 (executable)
@@ -39,4 +39,7 @@ script:
  - make -f travis/pecl/Makefile ext PECL=http
  - make -f travis/pecl/Makefile test
 
+after_script:
+ - test -e tests/helper/server.log && cat tests/helper/server.log
+
 sudo: false