File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ branches:
6
6
7
7
rvm :
8
8
- 1.8.7
9
- - 1.9.2
10
9
- 1.9.3
11
- - 2.0.0
12
10
- 2.1.0
13
11
- jruby-18mode
14
12
- jruby-19mode
21
19
- VERBOSE=true
22
20
- TIMEOUT=1
23
21
matrix :
24
- - conn=ruby REDIS_BRANCH=2.6
25
- - conn=hiredis REDIS_BRANCH=2.6
26
- - conn=synchrony REDIS_BRANCH=2.6
27
22
- conn=ruby REDIS_BRANCH=2.8
23
+ - conn=hiredis REDIS_BRANCH=2.8
24
+ - conn=synchrony REDIS_BRANCH=2.8
28
25
- conn=ruby REDIS_BRANCH=unstable
29
26
30
27
matrix :
31
28
exclude :
32
29
# hiredis
33
30
- rvm : jruby-18mode
34
31
gemfile : .travis/Gemfile
35
- env : conn=hiredis REDIS_BRANCH=2.6
32
+ env : conn=hiredis REDIS_BRANCH=2.8
36
33
- rvm : jruby-19mode
37
34
gemfile : .travis/Gemfile
38
- env : conn=hiredis REDIS_BRANCH=2.6
35
+ env : conn=hiredis REDIS_BRANCH=2.8
39
36
40
37
# synchrony
41
38
- rvm : 1.8.7
42
39
gemfile : .travis/Gemfile
43
- env : conn=synchrony REDIS_BRANCH=2.6
40
+ env : conn=synchrony REDIS_BRANCH=2.8
44
41
- rvm : jruby-18mode
45
42
gemfile : .travis/Gemfile
46
- env : conn=synchrony REDIS_BRANCH=2.6
43
+ env : conn=synchrony REDIS_BRANCH=2.8
47
44
- rvm : jruby-19mode
48
45
gemfile : .travis/Gemfile
49
- env : conn=synchrony REDIS_BRANCH=2.6
46
+ env : conn=synchrony REDIS_BRANCH=2.8
50
47
51
48
notifications :
52
49
irc :
You can’t perform that action at this time.
0 commit comments