mirror of
https://github.com/danog/dns.git
synced 2024-11-26 12:04:40 +01:00
Disable phpdbg, because it causes segfaults
This commit is contained in:
parent
fb282e4e93
commit
38f7431878
@ -25,7 +25,7 @@ install:
|
||||
- chmod +x coveralls.phar
|
||||
|
||||
script:
|
||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
|
||||
after_script:
|
||||
|
Loading…
Reference in New Issue
Block a user