1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00

Use phpdbg on travis

This commit is contained in:
Aaron Piotrowski 2017-12-05 23:23:49 -06:00
parent d1b8524f31
commit 0473748c23
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -29,7 +29,7 @@ install:
- chmod +x coveralls.phar
script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- phpdbg -qrr 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: