Call brew update before installing

This commit is contained in:
Alexander Neumann 2015-12-19 17:38:58 +01:00
parent f49cb62812
commit 2976df2dc6

View File

@ -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")
}