mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-13 07:56:30 +00:00
Updated .travis.yml for tapping homebrew/cask-cask
This commit is contained in:
parent
1db94a0b30
commit
2211678d91
@ -44,7 +44,7 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode9.2
|
||||
before_install:
|
||||
- brew tap caskroom/cask
|
||||
- brew tap homebrew/homebrew-cask
|
||||
- HOMEBREW_NO_AUTO_UPDATE=1 brew cask install osxfuse
|
||||
- HOMEBREW_NO_AUTO_UPDATE=1 brew install awscli cppcheck truncate
|
||||
- if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then sudo chmod +s /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi
|
||||
|
Loading…
Reference in New Issue
Block a user