Fix CI tests on darwin

This commit is contained in:
Alexander Neumann 2016-04-16 22:27:34 +02:00
parent 75dd9e0fee
commit 4a576af855
2 changed files with 0 additions and 2 deletions

View file

@ -97,7 +97,6 @@ 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")
}