forked from potsda.mn/mobilizon
added ecto migrate before script (with not much hope)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a9fe91fc23
commit
bdb95d3a9e
|
@ -21,6 +21,8 @@ before_script:
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
- MIX_ENV=test mix ecto.create
|
||||||
|
- MIX_ENV=test mix ecto.migrate
|
||||||
|
|
||||||
mix:
|
mix:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue