mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
merge in 0.21.x
This commit is contained in:
parent
13b6b3f1b3
commit
2a11748050
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ before_install:
|
|||
# in a Travis cron, but with a different set of tests than master has
|
||||
# in .travis.yml.
|
||||
- cp .travis.yml /tmp/travis.yml
|
||||
- git pull origin master --strategy=recursive --strategy-option=theirs --no-edit
|
||||
- git pull origin 0.21.x --strategy=recursive --strategy-option=theirs --no-edit
|
||||
- if ! git diff .travis.yml /tmp/travis.yml ; then echo "Please merge master into test-everything"; exit 1; fi
|
||||
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue