Skip to content

Instantly share code, notes, and snippets.

@jamieoliver
Created February 9, 2014 16:09
Show Gist options
  • Save jamieoliver/8901276 to your computer and use it in GitHub Desktop.
Save jamieoliver/8901276 to your computer and use it in GitHub Desktop.
RVM commands needed when using Ruby on a non-Ruby Travis CI builder.
before_install:
- source ~/.rvm/scripts/rvm
- rvm use 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment