Skip to content

Instantly share code, notes, and snippets.

@Olefine
Created September 26, 2013 00:14
Show Gist options
  • Save Olefine/6708098 to your computer and use it in GitHub Desktop.
Save Olefine/6708098 to your computer and use it in GitHub Desktop.
sample .travis.yml
rvm:
- 1.9.2
before_script: "bundle exec rake db:drop db:create db:migrate"
script: "bundle exec rspec spec/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment