Skip to content

Commit

Permalink
Merge pull request #582 from php-enqueue/fix-redis
Browse files Browse the repository at this point in the history
Fix Redis Tests
  • Loading branch information
makasim authored Oct 24, 2018
2 parents c00b753 + 45ead91 commit c34dc71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/redis/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ cache:
directories:
- $HOME/.composer/cache

before_install:
- echo "extension = redis.so" >> $HOME/.phpenv/versions/$(phpenv version-name)/etc/php.ini

install:
- composer self-update
- composer install --prefer-source
Expand Down

0 comments on commit c34dc71

Please sign in to comment.