diff --git a/tests/travis.sh b/tests/travis.sh index e8e0790..834094c 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -9,8 +9,9 @@ then PHPINI=/etc/hhvm/php.ini else PHPINI=~/.phpenv/versions/$VERSION/etc/php.ini + + echo "extension = memcache.so" >> $PHPINI + echo "extension = memcached.so" >> $PHPINI + echo "extension = redis.so" >> $PHPINI fi -echo "extension = memcache.so" >> $PHPINI -echo "extension = memcached.so" >> $PHPINI -echo "extension = redis.so" >> $PHPINI