kinemat/.gitlab-ci.yml
2018-11-12 23:30:03 +00:00

14 lines
209 B
YAML

image: elixir:latest
variables:
MIX_ENV: "test"
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get --only test
test:
script:
- mix test
- mix credo --strict