Skip to content

Commit d4be7f9

Browse files
authored
Merge pull request #912 from olleolleolle/patch-2
CI: Use JRuby 9.2.18.0
2 parents 1ca5143 + 6100204 commit d4be7f9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 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
12-
- name: JRuby 9.2.16.0 Latest on Java 11
13-
rvm: jruby-9.2.16.0
10+
- name: Latest MRI 2.7.3
11+
rvm: 2.7.3
12+
- name: Latest JRuby 9.2.18.0 on Java 11
13+
rvm: jruby-9.2.18.0
1414
jdk: oraclejdk11
15-
- name: JRuby 9.2.16.0 Latest on Java 8
16-
rvm: jruby-9.2.16.0
15+
- name: Latest JRuby 9.2.18.0 on Java 8
16+
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)