Update travis config to test redis
This commit is contained in:
parent
86065d16df
commit
d895c44c0c
1
.travis.ini
Normal file
1
.travis.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
extension = "redis.so"
|
@ -10,6 +10,11 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- pecl install redis
|
||||||
|
- phpenv config-add .travis.ini
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- phpunit -c build
|
- phpunit -c build
|
||||||
|
Loading…
Reference in New Issue
Block a user