From be95acc98c76d3a40471d26f7808f7f98ad2f7be Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 15:08:16 -0700 Subject: [PATCH] moved fetch/checkout to script with travis variables --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31c467a..104b4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,11 @@ before_script: - ./tests/ci_git_prep.sh - black hyperglass - python3 ./manage.py pylint-badge --integer-only True - - ./tests/ci_git.sh + - ./tests/ci_git_commit.sh - python3 ./tests/ci_prepare.py script: - nohup python3 ./tests/ci_dev_server.py & - sleep 20 - python3 ./tests/ci_test.py after_success: - - git push origin master + - git push origin $TRAVIS_BRANCH