Explorar el Código

More Travis testing

Steven Smith hace 9 años
padre
commit
3c1e138209
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      toolset/setup/linux/languages/rvm.sh

+ 1 - 1
toolset/setup/linux/languages/rvm.sh

@@ -12,7 +12,7 @@ RETCODE=$(fw_exists rvm.installed)
 if [ "$TRAVIS" = "true" ]
 then
   #echo "source /home/travis/.rvm/scripts/rvm" > $IROOT/rvm.installed
-  echo "source /home/travis/.rvm/scripts/rvm" > $IROOT/rvm.installed
+  echo "" > $IROOT/rvm.installed
 else
   # Run single-user installation and source rvm
   export SHELL=/bin/bash