Created
August 15, 2013 05:13
-
-
Save torsday/6238422 to your computer and use it in GitHub Desktop.
Travis #ruby #testing #dotfiles #travis
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: | |
- 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