File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
3
+ before_install :
4
+ - gem update --system 2.6.14
5
+ - gem --version
6
+
3
7
script : make test
4
8
5
9
rvm :
6
10
- 2.2.2
7
11
- 2.3.3
8
12
- 2.4.1
9
- - jruby-9
13
+ - jruby-9.1.15.0
10
14
- rbx-3
11
15
12
16
gemfile : " .travis/Gemfile"
@@ -38,30 +42,30 @@ branches:
38
42
matrix :
39
43
exclude :
40
44
# hiredis
41
- - rvm : jruby-9
45
+ - rvm : jruby-9.1.15.0
42
46
gemfile : .travis/Gemfile
43
47
env : DRIVER=hiredis REDIS_BRANCH=3.0
44
- - rvm : jruby-9
48
+ - rvm : jruby-9.1.15.0
45
49
gemfile : .travis/Gemfile
46
50
env : DRIVER=hiredis REDIS_BRANCH=3.2
47
- - rvm : jruby-9
51
+ - rvm : jruby-9.1.15.0
48
52
gemfile : .travis/Gemfile
49
53
env : DRIVER=hiredis REDIS_BRANCH=3.0
50
- - rvm : jruby-9
54
+ - rvm : jruby-9.1.15.0
51
55
gemfile : .travis/Gemfile
52
56
env : DRIVER=hiredis REDIS_BRANCH=3.2
53
57
54
58
# synchrony
55
- - rvm : jruby-9
59
+ - rvm : jruby-9.1.15.0
56
60
gemfile : .travis/Gemfile
57
61
env : DRIVER=synchrony REDIS_BRANCH=3.0
58
- - rvm : jruby-9
62
+ - rvm : jruby-9.1.15.0
59
63
gemfile : .travis/Gemfile
60
64
env : DRIVER=synchrony REDIS_BRANCH=3.2
61
- - rvm : jruby-9
65
+ - rvm : jruby-9.1.15.0
62
66
gemfile : .travis/Gemfile
63
67
env : DRIVER=synchrony REDIS_BRANCH=3.0
64
- - rvm : jruby-9
68
+ - rvm : jruby-9.1.15.0
65
69
gemfile : .travis/Gemfile
66
70
env : DRIVER=synchrony REDIS_BRANCH=3.2
67
71
allow_failures :
You can’t perform that action at this time.
0 commit comments