Skip to content

Commit

Permalink
php 7.3 added to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 9, 2018
1 parent 82d9e12 commit 2ee65d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ services:
- docker
php:
- 7.2
- 7.3

before_install: echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
before_script:
- docker run -d -p 6379:6379 --name redis-modules redislabs/redismod:latest
Expand Down

0 comments on commit 2ee65d2

Please sign in to comment.