jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Disable Xdebug in .travis.yml #119

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

As long as the constructed projects are not setup with a requirement to measure code coverage (e.g. via Scrutinizer), as it currently is, we prolly should disable Xdebug in the constructed .travis.yml to enable faster builds.

jonathantorres commented 8 years ago

Agreed! :+1: