removed Xdebug on Travis

This commit is contained in:
Fabien Potencier
2016-09-22 09:49:38 -07:00
parent bba5e1a1b3
commit 498dcf4129
+3
View File
@@ -20,6 +20,9 @@ env:
- TWIG_EXT=no
- TWIG_EXT=yes
before_install:
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
install:
# Composer is not available on PHP 5.2
- if [ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]; then travis_retry composer install; fi