Skip to content

Commit a910d56

Browse files
committed
Update Travis exclusions.
1 parent af759bf commit a910d56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ matrix:
2727
# hiredis
2828
- rvm: jruby-18mode
2929
gemfile: .travis/Gemfile
30-
env: conn=hiredis
30+
env: conn=hiredis REDIS_BRANCH=2.6
3131
- rvm: jruby-19mode
3232
gemfile: .travis/Gemfile
33-
env: conn=hiredis
33+
env: conn=hiredis REDIS_BRANCH=2.6
3434

3535
# synchrony
3636
- rvm: 1.8.7
3737
gemfile: .travis/Gemfile
38-
env: conn=synchrony
38+
env: conn=synchrony REDIS_BRANCH=2.6
3939
- rvm: jruby-18mode
4040
gemfile: .travis/Gemfile
41-
env: conn=synchrony
41+
env: conn=synchrony REDIS_BRANCH=2.6
4242
- rvm: jruby-19mode
4343
gemfile: .travis/Gemfile
44-
env: conn=synchrony
44+
env: conn=synchrony REDIS_BRANCH=2.6
4545

4646
notifications:
4747
irc:

0 commit comments

Comments
 (0)