Skip to content

Commit

Permalink
migrate data before running test on travis, f705607
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Feb 5, 2019
1 parent 6bc2aca commit 400fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ env:
global:
- MIX_ENV=test
before_script:
- mix do ecto.create
- mix do ecto.create, ecto.migrate
script:
- mix test

0 comments on commit 400fef0

Please sign in to comment.