From f5c778d7872ae34a62f526c78d2b8f7023eec778 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 18 Jun 2019 15:20:50 -0700 Subject: [PATCH] Removed `git fetch` now that env vars are being used --- tests/ci_git_prep.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci_git_prep.sh b/tests/ci_git_prep.sh index abbf58f..b7ec8cf 100755 --- a/tests/ci_git_prep.sh +++ b/tests/ci_git_prep.sh @@ -2,6 +2,5 @@ git config --global user.email "travis@travis-ci.org" git config --global user.name "Travis CI" -git fetch git checkout $TRAVIS_BRANCH exit 0