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:
7
7
matrix :
8
8
fast_finish : true
9
9
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
12
13
- name : JRuby 9.2.5.0 Latest on Java 11
13
14
rvm : jruby-9.2.5.0
14
15
jdk : oraclejdk11
@@ -24,11 +25,14 @@ matrix:
24
25
- gem install bundler
25
26
- bundle install
26
27
- name : YARD uptodate in docs
27
- rvm : 2.5.1
28
+ rvm : 2.6.0
28
29
script :
29
30
- bundle install --with documentation
30
31
- bundle exec rake yard:master:uptodate
31
32
33
+ # Older versions follow
34
+ - name : MRI 2.5.3
35
+ rvm : 2.5.3
32
36
- name : MRI 2.4.4
33
37
rvm : 2.4.4
34
38
- name : MRI 2.3.7
@@ -41,7 +45,8 @@ matrix:
41
45
rvm : 2.0.0
42
46
- name : MRI 1.9.3
43
47
rvm : 1.9.3
44
-
48
+ before_install :
49
+ - gem install bundler
45
50
- name : JRuby 9.1.17.0
46
51
rvm : jruby-9.1.17.0
47
52
jdk : oraclejdk8
@@ -54,8 +59,6 @@ matrix:
54
59
55
60
- name : MRI head
56
61
rvm : ruby-head
57
- - name : MRI 2.6.0-rc1
58
- rvm : 2.6.0-rc1
59
62
- name : JRuby head
60
63
rvm : jruby-head
61
64
jdk : oraclejdk8
@@ -68,7 +71,6 @@ matrix:
68
71
env : COVERAGE=1
69
72
70
73
allow_failures :
71
- - rvm : 2.6.0-rc1
72
74
- rvm : ruby-head
73
75
- rvm : jruby-head
74
76
- rvm : rbx-3
You can’t perform that action at this time.
0 commit comments