1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 09:37:57 +01:00

Enable debug on phpunit

This commit is contained in:
Aaron Piotrowski 2017-12-06 16:17:01 -06:00 committed by Niklas Keller
parent 11a115670c
commit eb90050f30

View File

@ -35,7 +35,7 @@ install:
test_script:
- cd c:\projects\amphp
- phpdbg -qrr vendor/phpunit/phpunit/phpunit --colors=always --coverage-text --coverage-clover build/logs/clover.xml
- phpdbg -qrr vendor/phpunit/phpunit/phpunit --debug --colors=always --coverage-text --coverage-clover build/logs/clover.xml
# Disable for now, because it can't be combined and files can't be shown on coveralls.io
# https://github.com/php-coveralls/php-coveralls/issues/234
# - vendor/bin/coveralls -v