1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00

Run php-cs-fixer without xdebug

This commit is contained in:
Niklas Keller 2017-05-25 20:13:10 +02:00
parent 550713c74b
commit d0bdcf18d6

View File

@ -31,7 +31,7 @@ script:
# Run testNoMemoryLeak separately, as those are skipped with enabled coverage
- php vendor/bin/phpunit --verbose --group memoryleak
- phpdbg -qrr vendor/bin/phpunit --verbose --exclude-group memoryleak --coverage-php coverage/cov/main.cov
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
- PHP_CS_FIXER_IGNORE_ENV=1 php -n vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- coverage/bin/phpcov merge --clover build/logs/clover.xml coverage/cov