mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
try disabling xdebug for test stage only
This commit is contained in:
+2
-2
@@ -11,9 +11,9 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
install:
|
before_script:
|
||||||
|
- phpenv config-rm xdebug.ini
|
||||||
- composer install --no-interaction --prefer-dist --optimize-autoloader
|
- composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --no-coverage
|
- vendor/bin/phpunit --no-coverage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user