Skip to content

Commit c34733e

Browse files
committed
Disable JRuby tests for now
They're really slow, and we don't *really* need these until 1.0.
1 parent 73fc82e commit c34733e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ rvm:
88
- ruby-2.6.3
99
- ruby-2.5.5
1010
- ruby-2.4.6
11-
- jruby-9.2.7.0
11+
#- jruby-9.2.7.0

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ Finally, submit your PR and I'll take a look at it when I get a chance.
174174

175175
## Compatibility
176176

177-
`super_diff` is [tested][travis] to work with RSpec 3.x, Ruby >= 2.4.x, and
178-
JRuby >= 9.2.x.
177+
`super_diff` is [tested][travis] to work with Ruby >= 2.4.x and RSpec 3.x.
179178

180179
[travis]: http://travis-ci.org/mcmire/super_diff
181180

0 commit comments

Comments
 (0)