Browse Source

travis: fix osxfuse install

Thomas Waldmann 8 năm trước cách đây
mục cha
commit
370cb1f19a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis/install.sh

+ 1 - 1
.travis/install.sh

@@ -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)