We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd9683 commit 660bbe4Copy full SHA for 660bbe4
.travis.yml
@@ -16,7 +16,9 @@ install:
16
17
script:
18
- mkdir -p build/logs
19
- - vendor/bin/phpunit -c phpunit.dist.xml --testdox
+ #- vendor/bin/phpunit -c phpunit.dist.xml --testdox
20
+ #XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
21
+ - XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml --testdox
22
23
after_success:
24
- travis_retry php vendor/bin/php-coveralls -v
0 commit comments