One last attempt to get redis to work with travis CI
This commit is contained in:
parent
5caa85d8f1
commit
6817082816
@ -12,7 +12,6 @@ php:
|
|||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sh -c "if [ '$PHP' != '7']; then pecl install redis fi"
|
|
||||||
- phpenv config-add .travis.ini
|
- phpenv config-add .travis.ini
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -27,6 +26,8 @@ after_script:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- php: 5.5
|
||||||
|
- php: 5.6
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user