diff --git a/.travis.yml b/.travis.yml index 91a7921..ed83db1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,4 @@ before_script: - travis_retry composer update --no-interaction --prefer-source --classmap-authoritative script: - - vendor/bin/phpunit - -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - vendor/bin/phpunit \ No newline at end of file