Skip to content

Commit 3b54878

Browse files
committed
[Tests] Updated Travis CI configuration
1 parent 312eff8 commit 3b54878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ env:
1616
- SYMFONY_VERSION=3.2.*
1717
- SYMFONY_VERSION=3.3.*
1818

19+
services:
20+
- redis-server
21+
1922
cache:
2023
directories:
2124
- $HOME/.composer/cache
2225

23-
services:
24-
- redis-server
25-
2626
before_install:
2727
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" < "7.1" ]; then phpenv config-rm xdebug.ini; fi
2828
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;

0 commit comments

Comments
 (0)