Skip to content

Commit d115aff

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent c080170 commit d115aff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ script:
4444
phpcs --standard=phpcs.xml $(find . -name '*.php')
4545
phpmd src,tests text ./phpmd.xml
4646
fi
47-
phpunit --coverage-clover=coverage.xml
4847
4948
after_success:
5049
- bash <(curl -s https://codecov.io/bash)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
6161
"fix": [
6262
"vendor/bin/php-cs-fixer fix -v",
63-
"vendor/bin/phpcbf src,tests"
63+
"vendor/bin/phpcbf src tests"
6464
],
6565
"tests": [
6666
"clear",

0 commit comments

Comments
 (0)