Skip to content

Commit ba1b568

Browse files
committed
ICM: Redis extension enabled on travis.
1 parent fc4f8e4 commit ba1b568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ php:
55
- 7.0
66
- 7.1
77

8+
before_install:
9+
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
10+
811
install:
912
- composer install
1013
- composer require satooshi/php-coveralls --dev

0 commit comments

Comments
 (0)