Browse Source

Source at /home/travis/ for rvm when in Travis

- This gets ngx_mruby passing all tests when run in Travis CI.
Brittany Mazza 10 years ago
parent
commit
4377da094b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/rvm.sh

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

@@ -10,7 +10,7 @@ RETCODE=$(fw_exists rvm.installed)
 # Never run installation inside of TRAVIS, 
 # Never run installation inside of TRAVIS, 
 # just rely on their default RVM installaton
 # just rely on their default RVM installaton
 [ "$TRAVIS" != "true" ] || { \
 [ "$TRAVIS" != "true" ] || { \
-  source ~/.rvm/scripts/rvm
+  source /home/travis/.rvm/scripts/rvm
   touch rvm.installed
   touch rvm.installed
   return 0;
   return 0;
 }
 }