Created
February 9, 2014 16:09
-
-
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.
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 characters
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