Skip to content

Commit 52549ac

Browse files
committed
Enable pre-installed redis extension on travis
1 parent 85dead6 commit 52549ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ matrix:
1111
- php: hhvm
1212

1313
before_script:
14+
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15+
- phpenv rehash
1416
- composer install --dev
1517
- mkdir Snc && ln -s ../ Snc/RedisBundle

0 commit comments

Comments
 (0)