1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

travis: fix osxfuse install

This commit is contained in:
Thomas Waldmann 2017-01-06 06:19:26 +01:00
parent e61de12d6e
commit 370cb1f19a

View file

@ -17,7 +17,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
brew install lz4
brew outdated pyenv || brew upgrade pyenv
brew install pkg-config
brew install Caskroom/versions/osxfuse
brew install Caskroom/cask/osxfuse
case "${TOXENV}" in
py34)