From 74eb8ab882a05fd478c3a26fb734b7bc8b500fd1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 18 Aug 2016 19:01:03 +0200 Subject: [PATCH] seems everything is working again with 5.4.45, so removing my fixes now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e74f3ded53..6ac51c2c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,6 @@ before_script: - case $(phpenv version-name) in "5.4") php -m; - pecl config-show; - pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/5.4.45/g"|xargs -t -L 1 pecl config-set; - pecl config-show; yes "" | pecl install memcache; yes "" | pecl install apcu-4.0.11; yes "" | pecl install igbinary;