summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTed Nyman <ted@github.com>2016-06-19 22:05:34 -0700
committerGitHub <noreply@github.com>2016-06-19 22:05:34 -0700
commit16a459d0080fa767bebc819699cad82b72412af2 (patch)
tree6a3726cfb1142c2ba3615b8ad6924a4f1c5a0fab /.travis.yml
parentfa3774081e0f114ade74aae7e5e0d74d2b24cf7c (diff)
Add a before_script for the OS X environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 63f03cd..0315f66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ os:
- linux
- osx
+before_script:
+ - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi
+
addons:
apt:
packages: