kinemat/.gitlab-ci.yml

15 lines
209 B
YAML
Raw Normal View History

2018-11-13 12:30:03 +13:00
image: elixir:latest
2017-11-05 19:53:21 +13:00
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