From fdaa22ed9fde0e44a99fc8a328057f879646117c Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 03:55:04 +0200 Subject: [PATCH] REPO TOKEN moved to hidden envs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f364a4d..3a6b99e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: install: - pip install -r requirements.txt after_success: - - CODECLIMATE_REPO_TOKEN=e8e05973a6c49139de5f98013cd285f9238b78d20f053f37f6e7deeab2c2c52f codeclimate-test-reporter + - codeclimate-test-reporter - bash build.sh services: - rabbitmq -- GitLab