enable redis ext in travis build
This commit is contained in:
parent
6ad41471c0
commit
b12194ec6f
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ php:
|
||||||
- 7.1
|
- 7.1
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue