mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 14:10:50 +00:00
ci: Travis: homebrew: update=false [skip appveyor]
It is disabled by default, and the docs mention that it slows builds down [1]. It took 165s in https://travis-ci.org/neovim/neovim/jobs/572000615. 1: https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos
This commit is contained in:
@@ -76,7 +76,7 @@ addons:
|
||||
- valgrind
|
||||
- xclip
|
||||
homebrew:
|
||||
update: true
|
||||
update: false
|
||||
packages:
|
||||
- ccache
|
||||
- ninja
|
||||
|
||||
Reference in New Issue
Block a user