encfs/ci/setup.sh
2017-08-08 01:54:15 -04:00

11 lines
156 B
Bash
Executable File

#!/bin/bash -eu
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo modprobe fuse
fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew cask install osxfuse
fi