One last attempt to get redis to work with travis CI

This commit is contained in:
Timothy Warren 2016-04-08 15:17:45 -04:00
parent 5caa85d8f1
commit 6817082816
1 changed files with 2 additions and 1 deletions

View File

@ -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