From cd8dfda31873bc3528a43f82e932f5bcfa77120f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 12 Nov 2016 22:55:05 +0100 Subject: [PATCH] caskroom osxfuse-beta gone, it's osxfuse now (3.5.3) --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 64ccd5a24..92f14e21c 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -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-beta + brew install Caskroom/versions/osxfuse case "${TOXENV}" in py34)