Skip to content

Commit

Permalink
Experimental support of JRuby in 2.0 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 1, 2014
1 parent e3690f1 commit 371e1eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
script: 'bundle exec rake test:coverage'
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.0.0
- 2.1.0
Expand All @@ -8,5 +8,11 @@ rvm:
- rbx-2

matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: rbx-2
- rvm: jruby-head
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Rack compatible, lightweight and fast HTTP Router for [Lotus](http://lotusrb.org

## Rubies

__Lotus::Router__ supports Ruby (MRI) 2+
__Lotus::Router__ supports Ruby (MRI) 2+ and JRuby 1.7 (with 2.0 mode)


## Installation
Expand Down

0 comments on commit 371e1eb

Please sign in to comment.