Skip to content

Commit c4a8db0

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent 27d92fa commit c4a8db0

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
@@ -45,7 +45,6 @@ script:
4545
phpcs --standard=phpcs.xml $(find . -name '*.php')
4646
phpmd src,tests text ./phpmd.xml
4747
fi
48-
phpunit --coverage-clover=coverage.xml
4948
5049
after_success:
5150
- bash <(curl -s https://codecov.io/bash)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
5656
"fix": [
5757
"vendor/bin/php-cs-fixer fix -v",
58-
"vendor/bin/phpcbf src,tests"
58+
"vendor/bin/phpcbf src tests"
5959
],
6060
"tests": [
6161
"clear",

0 commit comments

Comments
 (0)