Add a before_script for the OS X environment

This commit is contained in:
Ted Nyman 2016-06-19 22:05:34 -07:00 committed by GitHub
parent fa3774081e
commit 16a459d008
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ os:
- linux
- osx
before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi
addons:
apt:
packages: