From 27b5f448ddd2622c01134570c9d246a99f58775e Mon Sep 17 00:00:00 2001 From: Josantonius Date: Sun, 12 Nov 2017 02:03:22 +0100 Subject: [PATCH] composer phpcbf command fixed and remove phpunit coverage --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b88f00..d733f2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ script: phpcs --standard=phpcs.xml $(find . -name '*.php') phpmd src,tests text ./phpmd.xml fi - phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/composer.json b/composer.json index 9f6d9fc..c36c2f3 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml", "fix": [ "vendor/bin/php-cs-fixer fix -v", - "vendor/bin/phpcbf src,tests" + "vendor/bin/phpcbf src tests" ], "tests": [ "clear",