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 2f4f37c commit c41e256Copy full SHA for c41e256
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
13
14
script:
15
- - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
+ - composer test:cov
16
17
after_success:
18
- bash <(curl -s https://codecov.io/bash)
0 commit comments