From 08634d208ab66d66a845a7aa1bf47ca4e7e3894f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 15:59:56 -0700 Subject: [PATCH] added debug statement to see if env var is making it out of shell script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 21329b3..5e3a5f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ 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