Call brew update
before installing
This commit is contained in:
parent
f49cb62812
commit
2976df2dc6
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ func (env *TravisEnvironment) Prepare() {
|
|||
|
||||
if runtime.GOOS == "darwin" {
|
||||
// install the libraries necessary for fuse
|
||||
run("brew", "update")
|
||||
run("brew", "install", "caskroom/cask/brew-cask")
|
||||
run("brew", "cask", "install", "osxfuse")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue