Skip to content

Instantly share code, notes, and snippets.

@kingcons
Last active April 11, 2016 16:17
Show Gist options
  • Save kingcons/cce5e63298a6931c6fc7 to your computer and use it in GitHub Desktop.
Save kingcons/cce5e63298a6931c6fc7 to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- 2.2.2
- 2.3.0
env:
- DB=postgresql
script:
- RAILS_ENV=test bundle exec rake test
before_script:
- RAILS_ENV=test bundle exec rake db:test:prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment