mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Check out master in heavy-tests.
This commit is contained in:
parent
f5ed771d4f
commit
0d53ce3201
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue