mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:14:03 +00:00
Enable redis.so in before_install
This commit is contained in:
parent
e5393cc52c
commit
eb8f3684eb
2 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,9 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
install:
|
||||
- travis_retry composer install --no-interaction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue