Skip to content

Commit

Permalink
Docker image fixed for all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 8, 2018
1 parent 65ac771 commit 82d9e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ 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
- docker run -d -p 6379:6379 --name redis-modules redislabs/redismod:latest
- composer install -n
script:
- vendor/bin/codecept run unit --coverage --coverage-xml
Expand Down

0 comments on commit 82d9e12

Please sign in to comment.