Skip to content

Commit 21e43db

Browse files
committed
Update travis setup
1 parent aa4e0bb commit 21e43db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ services:
66
- mysql
77
- postgresql
88
- memcached
9-
# Temporary disabled as it's not compatible with PHP 5.6
10-
# - redis-server
9+
- redis-server
1110

1211
php:
1312
- 5.6
@@ -36,7 +35,8 @@ before_install:
3635
- nvm install 10.12.0
3736
# Install Redis and Memcached
3837
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
39-
- printf "\n" | pecl install -f redis
38+
# Temporary disabled as it's not compatible with PHP 5.6
39+
# - printf "\n" | pecl install -f redis
4040

4141
before_script:
4242
# install deps and UF

0 commit comments

Comments
 (0)