Skip to content

Commit 72e2388

Browse files
committed
PHP 5.6 is dead. Re-enable redis Travis test
1 parent c8d6290 commit 72e2388

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ before_install:
3333
- nvm install 10.12.0
3434
# Install Redis and Memcached
3535
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
36-
# Temporary disabled as it's not compatible with PHP 5.6
37-
# - printf "\n" | pecl install -f redis
36+
- printf "\n" | pecl install -f redis
3837

3938
before_script:
4039
# install deps and UF

0 commit comments

Comments
 (0)