Skip to content

Instantly share code, notes, and snippets.

@rkh
Last active January 5, 2018 16:34

Revisions

  1. rkh revised this gist Apr 7, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion head.sh
    Original 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://s3.amazonaws.com/travis-rubies/binaries > ~/.rvm/user/db
    echo rvm_remote_server_url3=https://rubies.travis-ci.org > ~/.rvm/user/db
    rvm get head
    rvm reinstall ruby-head --binary
  2. rkh created this gist Apr 7, 2014.
    4 changes: 4 additions & 0 deletions head.sh
    Original 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