Skip to content

Commit 27b5f44

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent 9a35231 commit 27b5f44

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
@@ -57,7 +57,7 @@
5757
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
5858
"fix": [
5959
"vendor/bin/php-cs-fixer fix -v",
60-
"vendor/bin/phpcbf src,tests"
60+
"vendor/bin/phpcbf src tests"
6161
],
6262
"tests": [
6363
"clear",

0 commit comments

Comments
 (0)