Skip to content

Commit f7ac94d

Browse files
committed
Add latest rubies to CI suite
1 parent e11bbf7 commit f7ac94d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
1717

1818
rvm:
1919
# Include JRuby first because it takes the longest
20-
- jruby-9.1.16.0
20+
- jruby-9.2.5.0
2121
- 2.3
2222
- 2.4
2323
- 2.5
24+
- 2.6
2425

2526
matrix:
2627
fast_finish: true
2728
include:
2829
# Only run RuboCop and Yardstick metrics on the latest Ruby
29-
- rvm: 2.5
30+
- rvm: 2.6
3031
env: SUITE="rubocop"
31-
- rvm: 2.5
32+
- rvm: 2.6
3233
env: SUITE="yardstick"
3334

3435
branches:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ versions:
167167
* Ruby 2.3.x
168168
* Ruby 2.4.x
169169
* Ruby 2.5.x
170-
* JRuby 9.1.x.x
170+
* Ruby 2.6.x
171+
* JRuby 9.2.x.x
171172

172173
If something doesn't work on one of these versions, it's a bug.
173174

0 commit comments

Comments
 (0)