From c334e3d41f63b3ecef7557812e3821b4d72bb9ba Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Fri, 8 May 2020 11:10:34 +0200 Subject: [PATCH] clean up travis file --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 568e79fcd..afb8826de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,6 @@ services: - docker - memcached -addons: - code_climate: - repo_token: $CODECLIMATE_REPO_TOKEN - before_install: - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-amd64.deb - sudo dpkg -i --force-confnew elasticsearch-7.1.1-amd64.deb