File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ branches:
7
7
matrix :
8
8
fast_finish : true
9
9
include :
10
- - name : MRI 2.5.1 Latest
11
- rvm : 2.5.1
10
+ - name : MRI 2.6.0 Latest
11
+ rvm : 2.6.0
12
12
- name : JRuby 9.2.5.0 Latest on Java 11
13
13
rvm : jruby-9.2.5.0
14
14
jdk : oraclejdk11
@@ -24,7 +24,7 @@ matrix:
24
24
- gem install bundler
25
25
- bundle install
26
26
- name : YARD uptodate in docs
27
- rvm : 2.5.1
27
+ rvm : 2.6.0
28
28
script :
29
29
- bundle install --with documentation
30
30
- bundle exec rake yard:master:uptodate
@@ -54,8 +54,6 @@ matrix:
54
54
55
55
- name : MRI head
56
56
rvm : ruby-head
57
- - name : MRI 2.6.0-rc1
58
- rvm : 2.6.0-rc1
59
57
- name : JRuby head
60
58
rvm : jruby-head
61
59
jdk : oraclejdk8
@@ -68,7 +66,6 @@ matrix:
68
66
env : COVERAGE=1
69
67
70
68
allow_failures :
71
- - rvm : 2.6.0-rc1
72
69
- rvm : ruby-head
73
70
- rvm : jruby-head
74
71
- rvm : rbx-3
You can’t perform that action at this time.
0 commit comments