We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4e0bb commit 21e43dbCopy full SHA for 21e43db
1 file changed
.travis.yml
@@ -6,8 +6,7 @@ services:
6
- mysql
7
- postgresql
8
- memcached
9
- # Temporary disabled as it's not compatible with PHP 5.6
10
- # - redis-server
+ - redis-server
11
12
php:
13
- 5.6
@@ -36,7 +35,8 @@ before_install:
36
35
- nvm install 10.12.0
37
# Install Redis and Memcached
38
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
39
- - printf "\n" | pecl install -f redis
+ # Temporary disabled as it's not compatible with PHP 5.6
+ # - printf "\n" | pecl install -f redis
40
41
before_script:
42
# install deps and UF
0 commit comments