Last active
January 5, 2018 16:34
Revisions
-
rkh revised this gist
Apr 7, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # install ruby-head binary from https://rubies.travis-ci.org/ echo rvm_remote_server_url3=https://rubies.travis-ci.org > ~/.rvm/user/db rvm get head rvm reinstall ruby-head --binary -
rkh created this gist
Apr 7, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # install ruby-head binary from https://rubies.travis-ci.org/ echo rvm_remote_server_url3=https://s3.amazonaws.com/travis-rubies/binaries > ~/.rvm/user/db rvm get head rvm reinstall ruby-head --binary