X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=gen_travis_yml.php;h=89ab0b208b9b9e0883f271508cf419e7d93080da;hp=010527225cef97c21c33c9d685ca246698c0e6c5;hb=2ce34c3f00629bb87b86c00eb01e3d590d0266c8;hpb=eb8e30cfce9b4af80d67a1c4a808f02c92177aef diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 0105272..89ab0b2 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -7,7 +7,7 @@ addons: packages: - php5-cli - php-pear - - libcurl5-openssl-dev + - libcurl4-openssl-dev - zlib1g-dev - libidn11-dev - libevent-dev @@ -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