Skip to content

Commit c06588f

Browse files
committed
Support same versions as http gem
(see httprb/http#390)
1 parent 5fc7ff3 commit c06588f

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@ env:
44
- JRUBY_OPTS="$JRUBY_OPTS --debug"
55
language: ruby
66
rvm:
7+
- jruby-9.1.7.0
8+
- 2.0.0
79
- 2.1
810
- 2.2
9-
- 2.3.0
10-
- 2.3.1
11-
- 2.3.2
1211
- 2.3.3
1312
- 2.4.0
14-
- ruby-head
15-
- jruby-9.1.6.0
16-
- jruby-head
1713
matrix:
18-
allow_failures:
19-
- rvm: ruby-head
20-
- rvm: jruby-head
2114
fast_finish: true
2215
sudo: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ versions:
6262
* Ruby 2.2.x
6363
* Ruby 2.3.x
6464
* Ruby 2.4.x
65-
* JRuby 9.1.6.0
65+
* JRuby 9.1.x.x
6666

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

0 commit comments

Comments
 (0)