ソースを参照

More Travis testing

Steven Smith 9 年 前
コミット
1181efbf0a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      toolset/setup/linux/languages/rvm.sh

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

@@ -12,6 +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"
 else
   # Run single-user installation and source rvm
   export SHELL=/bin/bash