mirror of https://github.com/restic/restic.git
Fix CI tests on darwin
This commit is contained in:
parent
75dd9e0fee
commit
4a576af855
|
@ -35,7 +35,6 @@ end
|
||||||
def packages_darwin
|
def packages_darwin
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
brew install caskroom/cask/brew-cask
|
|
||||||
brew cask install osxfuse
|
brew cask install osxfuse
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
|
@ -97,7 +97,6 @@ func (env *TravisEnvironment) Prepare() {
|
||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" {
|
||||||
// install the libraries necessary for fuse
|
// install the libraries necessary for fuse
|
||||||
run("brew", "update")
|
run("brew", "update")
|
||||||
run("brew", "install", "caskroom/cask/brew-cask")
|
|
||||||
run("brew", "cask", "install", "osxfuse")
|
run("brew", "cask", "install", "osxfuse")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue