summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2019-08-04 12:13:04 +0300
committerYossi Gottlieb <yossigo@gmail.com>2019-08-04 12:13:04 +0300
commit91de9c975ac66b6eaddb6de96440a282e4227447 (patch)
treeb6cfcba468cae15de5b60315b678aab5a9ca317a /.travis.yml
parenta7a1886b7eaeac0265af419a3f9c0793e7098d46 (diff)
RESP3 support changes from Redis.
This corresponds to commits d5c54f0b..bea09a7f in the redis repository.
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 51171c0..8580ade 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