Skip to content

Commit

Permalink
Update RVM
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Apr 18, 2013
1 parent 817e506 commit 17bdf84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci_environment/rvm/recipes/default.rb
Expand Up @@ -37,6 +37,14 @@
include_recipe "libncurses"
end

bash "upgrade RVM" do
user node.travis_build_environment.user
cwd node.travis_build_environment.home
environment Hash['HOME' => node.travis_build_environment.home]
code 'rvm get stable'
only_if "test -f #{node.travis_build_environment.home}/.rvm/scripts/rvm"
end

bash "install RVM" do
user node.travis_build_environment.user
cwd node.travis_build_environment.home
Expand Down

0 comments on commit 17bdf84

Please sign in to comment.