mirror of https://github.com/apache/lucene.git
Run 'rvm cleanup all' to remove old stuff
This commit is contained in:
parent
fa3cd86de8
commit
039dae76cb
|
@ -52,6 +52,7 @@ function echoRun() {
|
|||
}
|
||||
|
||||
echoRun "source $RVM_PATH/scripts/rvm" # Load RVM into a shell session *as a Bash function*
|
||||
echoRun "rvm cleanup all" # Remove old stuff
|
||||
echoRun "rvm autolibs disable" # Enable single-user mode
|
||||
echoRun "rvm install $RUBY_VERSION" # Install Ruby
|
||||
echoRun "rvm gemset create $GEMSET" # Create this project's gemset
|
||||
|
|
Loading…
Reference in New Issue