Skip to content

Commit 0d542e9

Browse files
authored
Merge pull request #842 from ahorek/ci_270
CI: Use 2.7.0
2 parents 94a2a9a + f305941 commit 0d542e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ matrix:
77
fast_finish: true
88
include:
99
# Latest versions first
10-
- name: MRI 2.6.5 Latest
11-
rvm: 2.6.5
10+
- name: MRI 2.7.0 Latest
11+
rvm: 2.7.0
1212
- name: JRuby 9.2.9.0 Latest on Java 11
1313
rvm: jruby-9.2.9.0
1414
jdk: oraclejdk11
@@ -18,12 +18,14 @@ matrix:
1818
- name: TruffleRuby Latest
1919
rvm: truffleruby
2020
- name: YARD uptodate in docs
21-
rvm: 2.6.5
21+
rvm: 2.7.0
2222
script:
2323
- bundle install --with documentation
2424
- bundle exec rake yard:master:uptodate
2525

2626
# Older versions follow
27+
- name: MRI 2.6.5
28+
rvm: 2.6.5
2729
- name: MRI 2.5.7
2830
rvm: 2.5.7
2931
- name: MRI 2.4.9

0 commit comments

Comments
 (0)