You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/12/11 09:19:37 UTC

svn commit: r1420029 - /buildr/trunk/ci.sh

Author: donaldp
Date: Tue Dec 11 08:19:36 2012
New Revision: 1420029

URL: http://svn.apache.org/viewvc?rev=1420029&view=rev
Log:
Upgrade the ci tests to run against jruby 1.7.1

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1420029&r1=1420028&r2=1420029&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Tue Dec 11 08:19:36 2012
@@ -37,7 +37,7 @@ if [ "X$BUILD_RVM" == "X1.9.2" ]; then
 elif [ "X$BUILD_RVM" == "X1.8.7" ]; then
   export BUILDR_RUBY_VERSION=ruby-1.8.7-p358
 elif [ "X$BUILD_RVM" == "Xjruby" ]; then
-  export BUILDR_RUBY_VERSION=jruby-1.6.7
+  export BUILDR_RUBY_VERSION=jruby-1.7.1
 else
   export BUILDR_RUBY_VERSION=ruby-1.9.3-p194
 fi