Skip to content

Instantly share code, notes, and snippets.

@torsday
Created August 15, 2013 05:13
Show Gist options
  • Save torsday/6238422 to your computer and use it in GitHub Desktop.
Save torsday/6238422 to your computer and use it in GitHub Desktop.
Travis #ruby #testing #dotfiles #travis
language: ruby
rvm:
- 1.9.3
env:
- DB=postgresql
script:
- bundle exec rake db:migrate
- bundle exec rake db:test:prepare
- bundle exec rake spec
before_script:
- bundle exec rake db:create RAILS_ENV=test
bundler_args: --binstubs=./bundler_stubs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment