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

Commit c82c7b8

Browse files
committed
composer phpcbf command fixed and remove phpunit coverage
1 parent 464d7d8 commit c82c7b8

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
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
5959
"fix": [
6060
"vendor/bin/php-cs-fixer fix -v",
61-
"vendor/bin/phpcbf src,tests"
61+
"vendor/bin/phpcbf src tests"
6262
],
6363
"tests": [
6464
"clear",

0 commit comments

Comments
 (0)