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 312eff8 commit 3b54878Copy full SHA for 3b54878
.travis.yml
@@ -16,13 +16,13 @@ env:
16
- SYMFONY_VERSION=3.2.*
17
- SYMFONY_VERSION=3.3.*
18
19
+services:
20
+ - redis-server
21
+
22
cache:
23
directories:
24
- $HOME/.composer/cache
25
-services:
- - redis-server
-
26
before_install:
27
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" < "7.1" ]; then phpenv config-rm xdebug.ini; fi
28
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
0 commit comments