From 02a2082a536907e02eae6f5f83b10a53b50d655c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 15 Oct 2020 07:39:21 +0200 Subject: [PATCH] Disable Codecov for last deploy - Then we don't need the CODECOV_TOKEN on Travis.org. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 266690276..693b93a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,8 @@ script: # - yarn run cypress:run --record # - yarn run cucumber # Coverage - - yarn run codecov + # disable this uneffective thing for last deploy, because of easyness! + # - yarn run codecov after_success: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh