Skip to content

Commit 6100204

Browse files
authored
Unify naming; update MRI to 2.7.3
1 parent 258784c commit 6100204

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ matrix:
77
fast_finish: true
88
include:
99
# Latest versions first
10-
- name: MRI 2.7.0 Latest
11-
rvm: 2.7.0
10+
- name: Latest MRI 2.7.3
11+
rvm: 2.7.3
1212
- name: Latest JRuby 9.2.18.0 on Java 11
1313
rvm: jruby-9.2.18.0
1414
jdk: oraclejdk11
1515
- name: Latest JRuby 9.2.18.0 on Java 8
1616
rvm: jruby-9.2.18.0
1717
jdk: openjdk8
18-
- name: TruffleRuby Latest
18+
- name: Latest TruffleRuby
1919
rvm: truffleruby
20+
21+
# Documentation up-to-date check
2022
- name: YARD uptodate in docs
21-
rvm: 2.7.0
23+
rvm: 2.7.3
2224
script:
2325
- bundle install --with documentation
2426
- bundle exec rake yard:master:uptodate

0 commit comments

Comments
 (0)