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 c080170 commit d115affCopy full SHA for d115aff
.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
@@ -60,7 +60,7 @@
60
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
61
"fix": [
62
"vendor/bin/php-cs-fixer fix -v",
63
- "vendor/bin/phpcbf src,tests"
+ "vendor/bin/phpcbf src tests"
64
],
65
"tests": [
66
"clear",
0 commit comments