X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=9ac277751061e2ef6816314267616081ccb6b6bb;hp=003bad051b8c079517b76b67d315a2f7c0b958d8;hb=c99ab92f90d1497e299f0c94ab3877e5612df27d;hpb=eb8e30cfce9b4af80d67a1c4a808f02c92177aef diff --git a/.travis.yml b/.travis.yml index 003bad0..9ac2777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: packages: - php5-cli - php-pear - - libcurl5-openssl-dev + - libcurl4-openssl-dev - zlib1g-dev - libidn11-dev - libevent-dev @@ -46,4 +46,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