mobilizon/.gitlab-ci.yml

17 lines
198 B
YAML
Raw Normal View History

2018-01-13 23:35:11 +01:00
image: elixir:latest
services:
- postgres:latest
variables:
MIX_ENV: "test"
2018-01-13 23:35:11 +01:00
before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
mix:
script:
- mix test