Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 294be04

Browse files
ensure w instruct phpunit to run with debug, output coverage
1 parent c153ec2 commit 294be04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ install: composer update --prefer-source --no-interaction --dev -v
3131

3232
install: travis_retry composer install --prefer-dist --no-interaction --no-suggest -v
3333

34+
script: vendor/bin/phpunit --debug -c phpunit.xml --coverage-clover=coverage.clover
35+
3436
after_script:
3537
- wget https://scrutinizer-ci.com/ocular.phar
3638
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)