Created
January 14, 2015 01:03
-
-
Save iamjohnnym/d9adf5aa61fc78ea8183 to your computer and use it in GitHub Desktop.
Revisions
-
iamjohnnym created this gist
Jan 14, 2015 .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,19 @@ - name: install rvm raw: curl -L https://get.rvm.io | bash -s stable tags: - install - name: source scripts raw: . ~/.bashrc tags: - install - name: install ruby 2.1.5 shell: rvm install 2.1.5 tags: - install - name: set ruby default 2.1.5 shell: rvm use 2.1.5 --default tags: - install