Skip to content

Instantly share code, notes, and snippets.

@cgiacomi
Created July 19, 2012 17:58
Show Gist options
  • Save cgiacomi/3145674 to your computer and use it in GitHub Desktop.
Save cgiacomi/3145674 to your computer and use it in GitHub Desktop.
Travis configuration for Ruby
rvm: # the Ruby environments you want to test against
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
script: "bundle exec rake test" # your test command!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment