Use `brew update-reset`. (#59069)

This commit is contained in:
Markus Reiter 2019-02-17 14:44:03 +01:00 committed by GitHub
parent 4de84b3265
commit ee96b8d2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ install:
export HOMEBREW_COLOR=1
export HOMEBREW_DEVELOPER=1
export HOMEBREW_NO_AUTO_UPDATE=1
brew update
brew update-reset
- |
# Mirror the repo as a tap.
TAP_DIR="$(brew --repository)/Library/Taps/${TRAVIS_REPO_SLUG}"