From 326a537bf518edd61bc57ab275e8b075ebb8a1a9 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Fri, 15 Mar 2019 14:42:24 +0100 Subject: [PATCH] Removing codevov --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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