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/06 10:22:31 UTC

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

Author: donaldp
Date: Sat Oct  6 08:22:31 2012
New Revision: 1394959

URL: http://svn.apache.org/viewvc?rev=1394959&view=rev
Log:
Ensure RVM is on the path

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1394959&r1=1394958&r2=1394959&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sat Oct  6 08:22:31 2012
@@ -41,6 +41,7 @@ fi
 # TODO: Use traps to remove lock files
 # See http://stackoverflow.com/questions/169964/how-to-prevent-a-script-from-running-simultaneously
 
+export PATH=$PATH:$HOME/.rvm/bin
 if [[ ! -s "$HOME/.rvm/scripts/rvm" ]]; then
   curl -L https://get.rvm.io | bash -s stable
   source "$HOME/.rvm/scripts/rvm"