Merge branch '1.x' into 2.x

* 1.x:
  Update .travis.yml
This commit is contained in:
Fabien Potencier
2017-07-20 19:25:32 +02:00
+2 -1
View File
@@ -15,7 +15,8 @@ matrix:
fast_finish: true
before_install:
- phpenv config-rm xdebug.ini
# turn off XDebug
- phpenv config-rm xdebug.ini || return 0
install:
- travis_retry composer install