Disable xdebug for Travis CI builds

This commit is contained in:
Jeremy Mikola
2018-04-12 09:37:27 -04:00
parent 392eff7dc6
commit f32bd8592f
+1
View File
@@ -22,6 +22,7 @@ matrix:
env: COMPOSER_FLAGS="--prefer-lowest"
before_script:
- phpenv config-rm xdebug.ini
- composer update --no-interaction --no-progress --no-suggest ${COMPOSER_FLAGS}
script: