added ecto migrate before script (with not much hope)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-01-14 00:08:40 +01:00
parent a9fe91fc23
commit bdb95d3a9e
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- MIX_ENV=test mix ecto.create
- MIX_ENV=test mix ecto.migrate
mix:
script: