From 0d53ce3201a04f71061bc8aa43ec8e4abfec43ca Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Tue, 28 Nov 2017 09:27:54 -0800 Subject: [PATCH] Check out master in heavy-tests. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48b9b43cb..ec280befd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ cache: - $HOME/.cache/pip before_install: + # In the heavy-tests branch only, we check out master instead of the branch + # Travis put us on. This is because we want heavy-tests to run against master + # nightly in a Travis cron, but with a different set of tests than master + # has in .travis.yml. + - git checkout master - '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3)' before_script: