Another attempt to get redis working
This commit is contained in:
parent
d895c44c0c
commit
5caa85d8f1
@ -12,19 +12,23 @@ php:
|
|||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pecl install redis
|
- sh -c "if [ '$PHP' != '7']; then pecl install redis fi"
|
||||||
- phpenv config-add .travis.ini
|
- phpenv config-add .travis.ini
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- phpunit -c build
|
- phpunit -c build
|
||||||
|
|
||||||
|
services:
|
||||||
|
- redis
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
|
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
|
Loading…
Reference in New Issue
Block a user