From 91de9c975ac66b6eaddb6de96440a282e4227447 Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Sun, 4 Aug 2019 12:13:04 +0300 Subject: RESP3 support changes from Redis. This corresponds to commits d5c54f0b..bea09a7f in the redis repository. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3