add rbx and jruby to travis

This commit is contained in:
Thomas Reynolds 2011-10-26 17:02:50 -07:00
parent efd598d913
commit 190c563d3e

View file

@ -2,4 +2,6 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-2.0
- jruby
script: "bundle exec rake test"