Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Created March 23, 2011 14:31
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 svenfuchs/883181 to your computer and use it in GitHub Desktop.
Save svenfuchs/883181 to your computer and use it in GitHub Desktop.
.travis.yml example
script: "rake ci"
rvm:
- 1.8.7
- 1.9.2
gemfile:
- test/gemfiles/rails-2.3.x
- test/gemfiles/rails-3.0.x
env:
- FOO=bar
- FOO=baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment