Ver Fonte

More Travis testing

Steven Smith há 9 anos atrás
pai
commit
3c1e138209
1 ficheiros alterados com 1 adições e 1 exclusões
  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