diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-04-22 21:55:20 +0900 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-05-01 04:44:02 +0900 |
commit | 8e5e36dc0bcb8a1740d764359b36627cb4a30cef (patch) | |
tree | e4fabbc4c774c953efb3240196b15d4e02a181c0 /.travis.yml | |
parent | f41103770d84d676534021f4bd65bbebfb1f3b8a (diff) | |
download | spack-8e5e36dc0bcb8a1740d764359b36627cb4a30cef.tar.gz spack-8e5e36dc0bcb8a1740d764359b36627cb4a30cef.tar.bz2 spack-8e5e36dc0bcb8a1740d764359b36627cb4a30cef.tar.xz spack-8e5e36dc0bcb8a1740d764359b36627cb4a30cef.zip |
Fix spack flake8 to use Travis's target as base when needed
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |