From 68170828165b794895f4a31221fdb17c47977274 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Fri, 8 Apr 2016 15:17:45 -0400 Subject: [PATCH] One last attempt to get redis to work with travis CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c467737..c605991c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ php: before_script: - - sh -c "if [ '$PHP' != '7']; then pecl install redis fi" - phpenv config-add .travis.ini script: @@ -27,6 +26,8 @@ after_script: matrix: allow_failures: + - php: 5.5 + - php: 5.6 - php: nightly - php: hhvm