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/04 03:50:04 UTC

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

Author: donaldp
Date: Tue Dec  4 02:50:03 2012
New Revision: 1416753

URL: http://svn.apache.org/viewvc?rev=1416753&view=rev
Log:
Update the CI to build the omnibus under 1.8.7

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1416753&r1=1416752&r2=1416753&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Tue Dec  4 02:50:03 2012
@@ -17,7 +17,7 @@ elif [ "X$JOB_NAME" == "XBuildr-website-
   export PATH=$PATH:/home/toulmean/prince/bin
   export BUILDR_GEMSET=$JOB_NAME
 elif [ "X$JOB_NAME" == "XBuildr-omnibus-build" ]; then
-  export BUILD_RVM=jruby
+  export BUILD_RVM=1.8.7
   export BUILD_RAKE_TASK=all-in-one
   export BUILDR_GEMSET=$JOB_NAME
 fi