Skip to content

Commit

Permalink
redis php extension added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 7, 2018
1 parent e1fcd67 commit 6eb0eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ services:
- docker
php:
- 7.2
before_install: echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
before_script:
- docker run -d -p 6379:6379 --name redis-rejson redislabs/rejson:latest
- composer install -n
Expand Down

0 comments on commit 6eb0eb3

Please sign in to comment.