Skip to content

Commit

Permalink
Add support for Ruby 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 25, 2013
1 parent 65839c5 commit b83b2db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0-rc1
- 2.1.0
- ruby-head
- rbx
matrix:
Expand All @@ -17,6 +17,8 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-21mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -83,6 +83,7 @@ implementations:
* Ruby 1.9.2
* Ruby 1.9.3
* Ruby 2.0.0
* Ruby 2.1.0
* [JRuby][]
* [Rubinius][]
* [Ruby Enterprise Edition][ree]
Expand Down

0 comments on commit b83b2db

Please sign in to comment.