Skip to content

Commit

Permalink
Change supported Rubies to ones supported by http gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Botalov committed Jan 17, 2017
1 parent 01a38cc commit 1f48738
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@ env:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
- jruby-head
- rbx-2
- ruby-head
- 2.3.0
- 2.4.0
- jruby-9.1.6.0
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
sudo: false
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ socket << form.to_s
This library aims to support and is [tested against][ci] the following Ruby
versions:

* Ruby 1.9.3
* Ruby 2.0.0
* Ruby 2.1.x
* Ruby 2.2.x
* Ruby 2.3.x
* JRuby 9.1.6.0

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

Expand Down

0 comments on commit 1f48738

Please sign in to comment.