From 85f8ab89e48ddd69f827ff4c012509caa2079c51 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 3 Aug 2015 09:09:32 +0200 Subject: [PATCH] travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2