Last active
April 11, 2016 16:17
-
-
Save kingcons/cce5e63298a6931c6fc7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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