From e1e18f62bb02caa2940cd5915f5fb2a149be02fe Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 30 Jan 2012 11:42:41 -0500 Subject: [PATCH] remove jruby until we figure out what's going on with travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2032cd4..30f84f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ script: bundle exec rake spec -env: JRUBY_OPTS="-X+O" - rvm: - 1.8.7 - 1.9.2 - 1.9.3 - - jruby-head notifications: email: false