mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
Do not update Homebrew on Travis OSX build
https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos > By default, the Homebrew addon will not run brew update before > installing packages. brew update can take a long time and slow down your > builds.
This commit is contained in:
parent
2983426771
commit
a9bc954e17
@ -17,7 +17,6 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- fish
|
- fish
|
||||||
- tmux
|
- tmux
|
||||||
update: true
|
|
||||||
install: gem install --no-document minitest:5.14.2 rubocop:1.0.0 rubocop-minitest:0.10.1 rubocop-performance:1.8.1
|
install: gem install --no-document minitest:5.14.2 rubocop:1.0.0 rubocop-minitest:0.10.1 rubocop-performance:1.8.1
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user