Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 4e63891

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent e73ae36 commit 4e63891

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

0 commit comments

Comments
 (0)