summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@users.noreply.github.com>2019-08-27 06:59:32 -0400
committerGitHub <noreply@github.com>2019-08-27 06:59:32 -0400
commitff4fa45422dc104f3377cdc3bc88d2d24ac2fcf3 (patch)
treee78792fdfe41d39c887e5ca0f325e46865ad74aa /.travis.yml
parentce7cb7bcc4ca53291aca8ab8dc0f31e27c032dcc (diff)
parent91de9c975ac66b6eaddb6de96440a282e4227447 (diff)
Merge pull request #697 from yossigo/resp3
Port RESP3 support from Redis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a29823..dd8e0e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,12 @@ os:
- linux
- osx
+branches:
+ only:
+ - staging
+ - trying
+ - master
+
before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi