From c963de641dd21b6e205026fab80e243980ea40e8 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 16:40:14 -0700 Subject: [PATCH] removed travis echo statement --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e3a5f3..21329b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_script: - pip3 install -r ./tests/requirements_dev.txt - pip3 install anybadge - ./tests/ci_git_prep.sh - - echo "Current Branch in Travis Context - $CURRENT_BRANCH" - black hyperglass - python3 ./manage.py pylint-badge --integer-only True - ./tests/ci_git_commit.sh