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/10/07 06:36:50 UTC

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

Author: donaldp
Date: Sun Oct  7 04:36:49 2012
New Revision: 1395210

URL: http://svn.apache.org/viewvc?rev=1395210&view=rev
Log:
The metrics/coverage builds don't seem to work on the earlier ruby VMs

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395210&r1=1395209&r2=1395210&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sun Oct  7 04:36:49 2012
@@ -7,7 +7,7 @@ export BUILD_RAKE_TASK=ci
 
 # Override any specific settings for particular jobs
 if [ "X$JOB_NAME" == "XBuildr-metrics-build" ]; then
-  export BUILD_RVM=1.8.7
+  export BUILD_RVM=1.9.2
   export BUILD_RAKE_TASK="coverage metrics"
   export BUILDR_GEMSET=$JOB_NAME
 elif [ "X$JOB_NAME" == "XBuildr-website-build" ]; then