Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Travis setup db instead of migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
amingilani committed Oct 12, 2016
1 parent 2c3c8bf commit 4973a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,4 @@ services:

before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- RAILS_ENV=test bundle exec rake db:migrate --trace
- RAILS_ENV=test bundle exec rake db:setup --trace

0 comments on commit 4973a5c

Please sign in to comment.