Update .travis.yml

This commit is contained in:
SpacePossum
2017-07-20 15:58:38 +02:00
committed by Fabien Potencier
parent f1703ea411
commit 1097685be0
+2 -1
View File
@@ -21,7 +21,8 @@ env:
- TWIG_EXT=yes
before_install:
- phpenv config-rm xdebug.ini
# turn off XDebug
- phpenv config-rm xdebug.ini || return 0
install:
- travis_retry composer install