Browse Source

[TravisCI] brew bundle --no-upgrade to avoid upgrade issues of unused formulae

Andy Li 6 years ago
parent
commit
dd9ee5f84c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -102,7 +102,7 @@ install_osx: &install_osx
   # Install dependencies
   - travis_retry brew update --merge
   - brew uninstall --force brew-cask # https://github.com/caskroom/homebrew-cask/pull/15381
-  - travis_retry brew bundle --file=tests/Brewfile
+  - travis_retry brew bundle --file=tests/Brewfile --no-upgrade
   # install neko
   - if [ ! $DEPLOY_NIGHTLIES ]; then
       brew install neko --HEAD;