Commit 16a459d0 authored by Ted Nyman's avatar Ted Nyman Committed by GitHub
Browse files

Add a before_script for the OS X environment

parent fa377408
...@@ -8,6 +8,9 @@ os: ...@@ -8,6 +8,9 @@ os:
- linux - linux
- osx - osx
before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi
addons: addons:
apt: apt:
packages: packages:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment