try disabling xdebug for test stage only

This commit is contained in:
Chuck Burgess
2018-01-08 15:23:40 -06:00
parent 99338f3687
commit 09f8c7c6b6
+2 -2
View File
@@ -11,9 +11,9 @@ matrix:
allow_failures:
- php: nightly
install:
before_script:
- phpenv config-rm xdebug.ini
- composer install --no-interaction --prefer-dist --optimize-autoloader
script:
- vendor/bin/phpunit --no-coverage