Skip to content

Commit be176ec

Browse files
authored
Move 2.5.1 further down, add comment
1 parent 1dfbbea commit be176ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ branches:
77
matrix:
88
fast_finish: true
99
include:
10+
# Latest versions first
1011
- name: MRI 2.6.0 Latest
1112
rvm: 2.6.0
12-
- name: MRI 2.5
13-
rvm: 2.5.3
1413
- name: JRuby 9.2.5.0 Latest on Java 11
1514
rvm: jruby-9.2.5.0
1615
jdk: oraclejdk11
@@ -31,6 +30,9 @@ matrix:
3130
- bundle install --with documentation
3231
- bundle exec rake yard:master:uptodate
3332

33+
# Older versions follow
34+
- name: MRI 2.5
35+
rvm: 2.5.3
3436
- name: MRI 2.4.4
3537
rvm: 2.4.4
3638
- name: MRI 2.3.7

0 commit comments

Comments
 (0)