diff --git a/.travis.yml b/.travis.yml index 7520f30..4b3c74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,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) diff --git a/composer.json b/composer.json index c64987f..dbe856d 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,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",