Skip to content

Commit

Permalink
Add test db creation to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jan 28, 2017
1 parent be60913 commit 89b3c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cache: bundler
addons:
postgresql: 9.3

before_script:
- 'RAILS_ENV=test bundle exec rake db:create --trace'

script:
- bundle exec rspec

Expand Down

0 comments on commit 89b3c7b

Please sign in to comment.