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:
parent
11a115670c
commit
eb90050f30
@ -35,7 +35,7 @@ install:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\projects\amphp
|
- 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
|
# 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
|
# https://github.com/php-coveralls/php-coveralls/issues/234
|
||||||
# - vendor/bin/coveralls -v
|
# - vendor/bin/coveralls -v
|
||||||
|
Loading…
Reference in New Issue
Block a user