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
|
||||
- nightly
|
||||
|
||||
before_install:
|
||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
before_script:
|
||||
- composer install
|
||||
|
||||
|
|
Loading…
Reference in a new issue