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/12 20:37:09 UTC

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

Author: donaldp
Date: Wed Dec 12 19:37:08 2012
New Revision: 1420929

URL: http://svn.apache.org/viewvc?rev=1420929&view=rev
Log:
Use 1.9.3 to build the omnibus

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1420929&r1=1420928&r2=1420929&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Wed Dec 12 19:37:08 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=1.8.7
+  export BUILD_RVM=1.9.3
   export BUILD_RAKE_TASK=all-in-one
   export BUILDR_GEMSET=$JOB_NAME
 fi