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 a2ed289 commit c29b314Copy full SHA for c29b314
.travis.yml
@@ -44,7 +44,6 @@ script:
44
phpcs --standard=phpcs.xml $(find . -name '*.php')
45
phpmd src,tests text ./phpmd.xml
46
fi
47
- phpunit --coverage-clover=coverage.xml
48
49
after_success:
50
- bash <(curl -s https://codecov.io/bash)
composer.json
@@ -56,7 +56,7 @@
56
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
57
"fix": [
58
"vendor/bin/php-cs-fixer fix -v",
59
- "vendor/bin/phpcbf src,tests"
+ "vendor/bin/phpcbf src tests"
60
],
61
"tests": [
62
"clear",
0 commit comments