travis: fix osxfuse install

This commit is contained in:
Thomas Waldmann 2017-01-06 06:19:26 +01:00
parent e61de12d6e
commit 370cb1f19a
1 changed files with 1 additions and 1 deletions

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)