X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=ddaa28cf5ced25caf680baafbe0d75b871de8a15;hb=e4896f4169a9589db7131ff4b7d9ed37e0e0ace8;hp=003bad051b8c079517b76b67d315a2f7c0b958d8;hpb=eb8e30cfce9b4af80d67a1c4a808f02c92177aef;p=m6w6%2Fext-http diff --git a/.travis.yml b/.travis.yml index 003bad0..ddaa28c 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,14 @@ 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 +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/28d35158ac7e385bd14d + on_success: change + on_failure: always + on_start: never