From 3564be893b18fab9ae92310540b3cf717f70f025 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Tue, 20 Feb 2018 16:10:39 +0100 Subject: [PATCH] remove codeclimate repo-token, it is now stored on travis-ci.org. Repo-Token was re-generated. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43004dd5..0f3b4ff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ language: ruby rvm: - 2.3.6 -script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker && CODECLIMATE_REPO_TOKEN=53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734 bundle exec codeclimate-test-reporter +script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker && bundle exec codeclimate-test-reporter # one of the solutions I've found # - sudo docker run --rm=true -v `pwd`:/ansible-apache:rw weldpua2008/docker-ansible:${OS_TYPE}${OS_VERSION}_v${ANSIBLE_VERSION} /bin/bash -c "/ansible-apache/tests/test-in-docker-image.sh ${OS_TYPE} ${OS_VERSION} ${ANSIBLE_VERSION}"