We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af759bf commit a910d56Copy full SHA for a910d56
.travis.yml
@@ -27,21 +27,21 @@ matrix:
27
# hiredis
28
- rvm: jruby-18mode
29
gemfile: .travis/Gemfile
30
- env: conn=hiredis
+ env: conn=hiredis REDIS_BRANCH=2.6
31
- rvm: jruby-19mode
32
33
34
35
# synchrony
36
- rvm: 1.8.7
37
38
- env: conn=synchrony
+ env: conn=synchrony REDIS_BRANCH=2.6
39
40
41
42
43
44
45
46
notifications:
47
irc:
0 commit comments