We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccf938 commit 444b911Copy full SHA for 444b911
1 file changed
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
20
21
script:
22
- - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
+ - composer test:cov
23
24
after_success:
25
- bash <(curl -s https://codecov.io/bash)
0 commit comments