Skip to content

Commit

Permalink
Merge pull request #547 from colszowka/support-jruby
Browse files Browse the repository at this point in the history
Officially Support JRuby 9.1+
  • Loading branch information
colszowka authored Jan 25, 2017
2 parents 3a46a4a + ad79c76 commit 2d8dce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.7.0
- rvm: rbx-2
fast_finish: true
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,14 +582,11 @@ SimpleCov.formatters = [

## Ruby version compatibility

Only Ruby 1.9+ ships with the coverage library that SimpleCov depends upon.
SimpleCov is built against various other Rubies, including Rubinius and JRuby,
in [Continuous Integration], but this happens only to ensure that SimpleCov
does not make your test suite crash right now. Whether SimpleCov will support
JRuby/Rubinius in the future depends solely on whether those Ruby interpreters
add the coverage library.

SimpleCov is built in [Continuous Integration] on Ruby 1.9.3, 2.0.0, 2.1, and 2.2.
Only Ruby 1.9+ ships with the coverage library that SimpleCov depends upon and that's what SimpleCov supports. Additionally JRuby 9.1+ is supported as well, while JRuby 1.7 and 9.0 should work they're not "officially" supported.
SimpleCov is also built against Ruby 1.8 in [Continuous Integration], but this happens only to ensure that SimpleCov
does not make your test suite crash right now.

SimpleCov is built in [Continuous Integration] on Ruby 1.9.3, 2.0.0, 2.1, 2.2, 2.3, 2.4 as well as JRuby 9.1.

## Want to find dead code in production?

Expand Down

0 comments on commit 2d8dce6

Please sign in to comment.