Skip to content

Commit

Permalink
Merge pull request #2 from jasonrclark/modern-rubies
Browse files Browse the repository at this point in the history
Update testing for modern Rubies only
  • Loading branch information
jasonrclark committed Aug 17, 2017
2 parents f059c6f + 0802694 commit 51b100e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: ruby
rvm:
- 2.1.2
- 2.0.0
- 1.9.3
- jruby-19mode
- jruby-head
- rbx-2.2.7
- 2.4.1
- 2.3.4
- 2.2.7
- 2.1.10
- jruby-9.1.12.0
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ Find leaking state between tests
## Requirements
Minitest 5.x is required for Minitest::Stately to work properly.

Tests are run against MRI 1.9.3 through 2.1.2, JRuby 1.7 (latest) and head, and
Rubinius 2.x (latest).

Ruby 1.8.7 and REE are not supported. Sorry retro-Ruby fans!
Tests are run against MRI 2.1 through 2.4 and JRuby 9.1. Sorry retro-Ruby fans!

## Installation

Expand Down

0 comments on commit 51b100e

Please sign in to comment.