From a65409354e5ffa0f1f516445b71f7ec92cd3f9b9 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Fri, 8 May 2020 13:32:19 +0200 Subject: [PATCH] fix code coverage reporting --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08dfc02..d4e8317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ services: - docker - memcached -addons: - code_climate: - repo_token: $CODECLIMATE_REPO_TOKEN - install: - travis_retry bundle install - curl -sL https://sentry.io/get-cli/ | bash