minor #2531 Update .travis.yml to deal with missing xdebug config (SpacePossum)

This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #2531).

Discussion
----------

Update .travis.yml to deal with missing xdebug config

lets see if this fixes the nightly test

Commits
-------

1097685b Update .travis.yml
This commit is contained in:
Fabien Potencier
2017-07-20 19:25:08 +02:00
+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