Another attempt to get redis working

This commit is contained in:
Timothy Warren 2016-04-08 15:06:16 -04:00
parent d895c44c0c
commit 5caa85d8f1
1 changed files with 5 additions and 1 deletions

View File

@ -12,12 +12,15 @@ php:
before_script:
- pecl install redis
- sh -c "if [ '$PHP' != '7']; then pecl install redis fi"
- phpenv config-add .travis.ini
script:
- mkdir -p build/logs
- phpunit -c build
services:
- redis
after_script:
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
@ -25,6 +28,7 @@ after_script:
matrix:
allow_failures:
- php: nightly
- php: hhvm
addons:
code_climate: