chore(ci): disable brew auto-update (#2861)

This commit is contained in:
Fedor Korotkov 2018-07-09 22:23:51 -04:00 committed by Andrey Lushnikov
parent 88362f710f
commit e445e1c8b8

View File

@ -25,6 +25,8 @@ task:
osx_instance:
image: high-sierra-base
name: node8 (macOS)
env:
HOMEBREW_NO_AUTO_UPDATE: 1
node_install_script:
- brew install node@8
- brew link --force node@8