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

Commit 1e84541

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent c1d3a00 commit 1e84541

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ script:
5555
phpcs --standard=phpcs.xml $(find . -name '*.php')
5656
phpmd src,tests text ./phpmd.xml
5757
fi
58-
phpunit --coverage-clover=coverage.xml
5958
6059
after_success:
6160
- bash <(curl -s https://codecov.io/bash)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
6262
"fix": [
6363
"vendor/bin/php-cs-fixer fix -v",
64-
"vendor/bin/phpcbf src,tests"
64+
"vendor/bin/phpcbf src tests"
6565
],
6666
"tests": [
6767
"clear",

0 commit comments

Comments
 (0)