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 ebf8cca..bddd6b8 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,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",