From 8e5e36dc0bcb8a1740d764359b36627cb4a30cef Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 22 Apr 2019 21:55:20 +0900 Subject: Fix spack flake8 to use Travis's target as base when needed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index edf18f7311..694ada8cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -211,7 +211,7 @@ before_script: - git config --global user.name "Test User" # Need this to be able to compute the list of changed files - - git fetch origin develop:develop + - git fetch origin ${TRAVIS_BRANCH}:${TRAVIS_BRANCH} # Set up external deps for build tests, b/c they take too long to compile - if [[ "$TEST_SUITE" == "build" ]]; then -- cgit v1.2.3-60-g2f50