From 190c563d3ec08a3ced7a1ef2446600fcf5ad35d8 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Wed, 26 Oct 2011 17:02:50 -0700 Subject: [PATCH] add rbx and jruby to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a20771c..20960480 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ rvm: - 1.8.7 - 1.9.2 - 1.9.3 + - rbx-2.0 + - jruby script: "bundle exec rake test" \ No newline at end of file