Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created December 25, 2014 15:54
Show Gist options
  • Save BanzaiMan/1ac15ac4b13c1271c3ed to your computer and use it in GitHub Desktop.
Save BanzaiMan/1ac15ac4b13c1271c3ed to your computer and use it in GitHub Desktop.
Test with Ruby 2.2.0 on Travis CI (until Ruby VM is updated)
language: ruby
before_install:
- rvm get stable
- rvm alias delete 2.2.0
- rvm use 2.2.0 --install
# … rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment