We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258784c commit 6100204Copy full SHA for 6100204
.travis.yml
@@ -7,18 +7,20 @@ matrix:
7
fast_finish: true
8
include:
9
# Latest versions first
10
- - name: MRI 2.7.0 Latest
11
- rvm: 2.7.0
+ - name: Latest MRI 2.7.3
+ rvm: 2.7.3
12
- name: Latest JRuby 9.2.18.0 on Java 11
13
rvm: jruby-9.2.18.0
14
jdk: oraclejdk11
15
- name: Latest JRuby 9.2.18.0 on Java 8
16
17
jdk: openjdk8
18
- - name: TruffleRuby Latest
+ - name: Latest TruffleRuby
19
rvm: truffleruby
20
+
21
+ # Documentation up-to-date check
22
- name: YARD uptodate in docs
23
24
script:
25
- bundle install --with documentation
26
- bundle exec rake yard:master:uptodate
0 commit comments