From 41d8a1259081205b7599d7951450738e6e4d257c Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 15:47:53 -0700 Subject: [PATCH] Switched to exported branch variable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 104b4a8..21329b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ script: - sleep 20 - python3 ./tests/ci_test.py after_success: - - git push origin $TRAVIS_BRANCH + - git push origin $CURRENT_BRANCH