From 89c1314abe651c00917052dcf610d377ace33db8 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 29 Jan 2012 22:37:07 -0500 Subject: [PATCH] try jruby with travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 30f84f4..b772d19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ script: bundle exec rake spec +env: JRUBY_OPTS="--debug -X+O" + rvm: - 1.8.7 - 1.9.2 - 1.9.3 + - jruby-head notifications: email: false