This updates the travis scripts to disable xdebug at composer update. Running composer commands while xdebug is loaded reduces speed considerably and it was causing some builds to fail at Travis.
xdebug is being disabled at before script and enabled at scripts because it's necessary to generate the code coverage report.
This updates the travis scripts to disable
xdebug
atcomposer update
. Runningcomposer
commands whilexdebug
is loaded reduces speed considerably and it was causing some builds to fail atTravis
.xdebug
is being disabled at before script and enabled at scripts because it's necessary to generate the code coverage report.