File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ branches:
77matrix :
88 fast_finish : true
99 include :
10- - name : MRI 2.5.1 Latest
11- rvm : 2.5.1
10+ # Latest versions first
11+ - name : MRI 2.6.0 Latest
12+ rvm : 2.6.0
1213 - name : JRuby 9.2.5.0 Latest on Java 11
1314 rvm : jruby-9.2.5.0
1415 jdk : oraclejdk11
@@ -24,11 +25,14 @@ matrix:
2425 - gem install bundler
2526 - bundle install
2627 - name : YARD uptodate in docs
27- rvm : 2.5.1
28+ rvm : 2.6.0
2829 script :
2930 - bundle install --with documentation
3031 - bundle exec rake yard:master:uptodate
3132
33+ # Older versions follow
34+ - name : MRI 2.5.3
35+ rvm : 2.5.3
3236 - name : MRI 2.4.4
3337 rvm : 2.4.4
3438 - name : MRI 2.3.7
@@ -41,7 +45,8 @@ matrix:
4145 rvm : 2.0.0
4246 - name : MRI 1.9.3
4347 rvm : 1.9.3
44-
48+ before_install :
49+ - gem install bundler
4550 - name : JRuby 9.1.17.0
4651 rvm : jruby-9.1.17.0
4752 jdk : oraclejdk8
@@ -54,8 +59,6 @@ matrix:
5459
5560 - name : MRI head
5661 rvm : ruby-head
57- - name : MRI 2.6.0-rc1
58- rvm : 2.6.0-rc1
5962 - name : JRuby head
6063 rvm : jruby-head
6164 jdk : oraclejdk8
@@ -68,7 +71,6 @@ matrix:
6871 env : COVERAGE=1
6972
7073 allow_failures :
71- - rvm : 2.6.0-rc1
7274 - rvm : ruby-head
7375 - rvm : jruby-head
7476 - rvm : rbx-3
You can’t perform that action at this time.
0 commit comments