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:
parent
550713c74b
commit
d0bdcf18d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user