seegno / uphold-sdk-php

Uphold PHP SDK
http://seegno.com
28 stars 24 forks source link

Update travis scripts to disable xdebug in composer #146

Closed joaonice closed 7 years ago

joaonice commented 7 years ago

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.