encfs/ci/setup.sh

11 lines
156 B
Bash
Raw Normal View History

2017-08-08 06:38:10 +02:00
#!/bin/bash -eu
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo modprobe fuse
fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew cask install osxfuse
fi