diff options
| author | Ted Nyman <ted@github.com> | 2016-06-19 22:05:34 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-19 22:05:34 -0700 | 
| commit | 16a459d0080fa767bebc819699cad82b72412af2 (patch) | |
| tree | 6a3726cfb1142c2ba3615b8ad6924a4f1c5a0fab | |
| parent | fa3774081e0f114ade74aae7e5e0d74d2b24cf7c (diff) | |
| download | hiredict-16a459d0080fa767bebc819699cad82b72412af2.tar.xz | |
Add a before_script for the OS X environment
| -rw-r--r-- | .travis.yml | 3 | 
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: | 
