Don't disable xdebug in Travis tests

This commit is contained in:
Chris Kankiewicz
2020-01-27 15:02:24 -07:00
parent 8b8c80b579
commit 4f9355f732

View File

@@ -16,8 +16,6 @@ cache:
- $HOME/.composer/cache
- app/vendor
before_install: phpenv config-rm xdebug.ini || true
install: composer install
before_script: