Skip to content

Instantly share code, notes, and snippets.

@nusco
Created August 9, 2011 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nusco/1134203 to your computer and use it in GitHub Desktop.
Save nusco/1134203 to your computer and use it in GitHub Desktop.
Example Travis configuration file
rvm: # list all the Rubies you want to test against
- 1.9.3
- jruby
- rbx
script: "bundle exec rake test" # your test command goes here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment