1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Disable phpdbg, because it causes segfaults

This commit is contained in:
Niklas Keller 2017-12-15 17:03:56 +01:00
parent fb282e4e93
commit 38f7431878

View File

@ -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: