Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Created December 11, 2012 17:06
Show Gist options
  • Save ngsmrk/4260341 to your computer and use it in GitHub Desktop.
Save ngsmrk/4260341 to your computer and use it in GitHub Desktop.
Sample travis CI YML file
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment