Skip to content

Commit

Permalink
Test against JRuby and MRI 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Mar 5, 2013
1 parent eab5ccf commit f8f0438
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.0.0
- jruby-19mode


gemfile: gemfile:
- gemfiles/3.1.gemfile - gemfiles/3.1.gemfile
Expand All @@ -14,3 +16,7 @@ branches:


before_install: before_install:
- gem install bundler - gem install bundler

matrix:
allow_failures:
- rvm: 2.0.0

0 comments on commit f8f0438

Please sign in to comment.