From 2b47d24ab705342163d3ae42ecd9ad0e0db67764 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 9 Feb 2012 19:16:14 -0500 Subject: [PATCH] Travis doesn't support cext. Revert "try java again" This reverts commit 24695348fbd3e37d0700637c4cbdf827e65f2a75. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dd18cf..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-19mode notifications: email: false