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:
77matrix :
88 fast_finish : true
99 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
1212 - name : JRuby 9.2.5.0 Latest on Java 11
1313 rvm : jruby-9.2.5.0
1414 jdk : oraclejdk11
@@ -24,7 +24,7 @@ matrix:
2424 - gem install bundler
2525 - bundle install
2626 - name : YARD uptodate in docs
27- rvm : 2.5.1
27+ rvm : 2.6.0
2828 script :
2929 - bundle install --with documentation
3030 - bundle exec rake yard:master:uptodate
@@ -54,8 +54,6 @@ matrix:
5454
5555 - name : MRI head
5656 rvm : ruby-head
57- - name : MRI 2.6.0-rc1
58- rvm : 2.6.0-rc1
5957 - name : JRuby head
6058 rvm : jruby-head
6159 jdk : oraclejdk8
@@ -68,7 +66,6 @@ matrix:
6866 env : COVERAGE=1
6967
7068 allow_failures :
71- - rvm : 2.6.0-rc1
7269 - rvm : ruby-head
7370 - rvm : jruby-head
7471 - rvm : rbx-3
You can’t perform that action at this time.
0 commit comments