fix brew cask
on darwin
This commit is contained in:
parent
f0c8b11793
commit
2df7ed6c9b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func (env *TravisEnvironment) Prepare() {
|
|||
if runtime.GOOS == "darwin" {
|
||||
// install the libraries necessary for fuse
|
||||
run("brew", "install", "caskroom/cask/brew-cask")
|
||||
run("brewcask", "install", "osxfuse")
|
||||
run("brew", "cask", "install", "osxfuse")
|
||||
}
|
||||
|
||||
// only test cross compilation on linux with Travis
|
||||
|
|
Loading…
Reference in a new issue