Skip to content

Commit

Permalink
Add latest rubies to CI suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Feb 4, 2019
1 parent e11bbf7 commit f7ac94d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -17,18 +17,19 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"

rvm:
# Include JRuby first because it takes the longest
- jruby-9.1.16.0
- jruby-9.2.5.0
- 2.3
- 2.4
- 2.5
- 2.6

matrix:
fast_finish: true
include:
# Only run RuboCop and Yardstick metrics on the latest Ruby
- rvm: 2.5
- rvm: 2.6
env: SUITE="rubocop"
- rvm: 2.5
- rvm: 2.6
env: SUITE="yardstick"

branches:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -167,7 +167,8 @@ versions:
* Ruby 2.3.x
* Ruby 2.4.x
* Ruby 2.5.x
* JRuby 9.1.x.x
* Ruby 2.6.x
* JRuby 9.2.x.x

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

Expand Down

0 comments on commit f7ac94d

Please sign in to comment.