Skip to content

Commit

Permalink
Added rake db:migrate to travis script so it can build with migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Clark committed Mar 23, 2017
1 parent 87d30ea commit b6fa64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bundler_args: --without development staging production
sudo: false
before_script:
- bundle exec rake db:test:prepare
- bundle exec rake db:migrate RAILS_ENV=test

0 comments on commit b6fa64a

Please sign in to comment.