mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
travis: fix osxfuse install
This commit is contained in:
parent
e61de12d6e
commit
370cb1f19a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||||
brew install lz4
|
brew install lz4
|
||||||
brew outdated pyenv || brew upgrade pyenv
|
brew outdated pyenv || brew upgrade pyenv
|
||||||
brew install pkg-config
|
brew install pkg-config
|
||||||
brew install Caskroom/versions/osxfuse
|
brew install Caskroom/cask/osxfuse
|
||||||
|
|
||||||
case "${TOXENV}" in
|
case "${TOXENV}" in
|
||||||
py34)
|
py34)
|
||||||
|
|
Loading…
Reference in a new issue