Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Travis, run on MRI 2.2, 2.1, 2.0, jruby-9.0, ruby-head, jruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Nov 9, 2015
1 parent b8d428b commit eb59669
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
24 changes: 10 additions & 14 deletions .travis.yml
@@ -1,21 +1,17 @@
bundler_args: --without development
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
sudo: false
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.2
- 2.1
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- 2.0
- jruby-9.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
sudo: false
- rvm: jruby-head
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
bundler_args: --without development
13 changes: 4 additions & 9 deletions README.md
Expand Up @@ -98,15 +98,10 @@ requests for tokens for any Authentication grant type.
This library aims to support and is [tested against][travis] the following Ruby
implementations:

* Ruby 1.8.7
* Ruby 1.9.3
* Ruby 2.0.0
* Ruby 2.1.0
* [JRuby][]
* [Rubinius][]

[jruby]: http://jruby.org/
[rubinius]: http://rubini.us/
* Ruby 2.0
* Ruby 2.1
* Ruby 2.2
* JRuby 9.0

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

Expand Down

0 comments on commit eb59669

Please sign in to comment.