Author: donaldp
Date: Mon Oct 1 02:57:34 2012
New Revision: 1392175
URL: http://svn.apache.org/viewvc?rev=1392175&view=rev
Log:
Use the oldest version of ruby to build the website
Modified:
buildr/trunk/ci.sh
Modified: buildr/trunk/ci.sh
URL:
http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1392175&r1=1392174&r2=1392175&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Mon Oct 1 02:57:34 2012
@@ -10,7 +10,7 @@ if [ "X$JOB_NAME" == "XBuildr-metrics-bu
export BUILD_RVM=1.9.2
export BUILD_RAKE_TASK="coverage metrics"
elif [ "X$JOB_NAME" == "XBuildr-website-build" ]; then
- export BUILD_RVM=1.9.3
+ export BUILD_RVM=1.8.7
export BUILD_JVM=1.6
export BUILD_RAKE_TASK=jekyll
export PATH=$PATH:/home/toulmean/prince/bin