Skip to content

Commit

Permalink
CI: Remove $HOMEBREW_NO_AUTO_UPDATE workaround on macOS worker
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 10, 2018
1 parent c18f991 commit f135704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/install-vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ case "${TRAVIS_OS_NAME}" in
make install
;;
osx)
export HOMEBREW_NO_AUTO_UPDATE=1
brew update
brew install macvim
# Instead of --with-override-system-vim, manually link the executable because
# it prevents MacVim installation with a bottle.
Expand Down

0 comments on commit f135704

Please sign in to comment.