@@ -38,27 +38,48 @@ matrix:
38
38
# hiredis
39
39
- rvm : jruby-18mode
40
40
gemfile : .travis/Gemfile
41
- env : conn=hiredis REDIS_BRANCH=2.8
41
+ env : conn=hiredis REDIS_BRANCH=3.0
42
+ - rvm : jruby-18mode
43
+ gemfile : .travis/Gemfile
44
+ env : conn=hiredis REDIS_BRANCH=3.2
45
+ - rvm : jruby-19mode
46
+ gemfile : .travis/Gemfile
47
+ env : conn=hiredis REDIS_BRANCH=3.0
42
48
- rvm : jruby-19mode
43
49
gemfile : .travis/Gemfile
44
- env : conn=hiredis REDIS_BRANCH=2.8
50
+ env : conn=hiredis REDIS_BRANCH=3.2
45
51
- rvm : jruby-9.0.5.0
46
52
gemfile : .travis/Gemfile
47
- env : conn=hiredis REDIS_BRANCH=2.8
53
+ env : conn=hiredis REDIS_BRANCH=3.0
54
+ - rvm : jruby-9.0.5.0
55
+ gemfile : .travis/Gemfile
56
+ env : conn=hiredis REDIS_BRANCH=3.2
48
57
49
58
# synchrony
50
59
- rvm : 1.8.7
51
60
gemfile : .travis/Gemfile
52
- env : conn=synchrony REDIS_BRANCH=2.8
61
+ env : conn=synchrony REDIS_BRANCH=3.0
62
+ - rvm : 1.8.7
63
+ gemfile : .travis/Gemfile
64
+ env : conn=synchrony REDIS_BRANCH=3.2
65
+ - rvm : jruby-18mode
66
+ gemfile : .travis/Gemfile
67
+ env : conn=synchrony REDIS_BRANCH=3.0
53
68
- rvm : jruby-18mode
54
69
gemfile : .travis/Gemfile
55
- env : conn=synchrony REDIS_BRANCH=2.8
70
+ env : conn=synchrony REDIS_BRANCH=3.2
56
71
- rvm : jruby-19mode
57
72
gemfile : .travis/Gemfile
58
- env : conn=synchrony REDIS_BRANCH=2.8
73
+ env : conn=synchrony REDIS_BRANCH=3.0
74
+ - rvm : jruby-19mode
75
+ gemfile : .travis/Gemfile
76
+ env : conn=synchrony REDIS_BRANCH=3.2
77
+ - rvm : jruby-9.0.5.0
78
+ gemfile : .travis/Gemfile
79
+ env : conn=synchrony REDIS_BRANCH=3.0
59
80
- rvm : jruby-9.0.5.0
60
81
gemfile : .travis/Gemfile
61
- env : conn=synchrony REDIS_BRANCH=2.8
82
+ env : conn=synchrony REDIS_BRANCH=3.2
62
83
allow_failures :
63
84
- rvm : rbx-2
64
85
0 commit comments