xler/.gitlab-ci.yml
2019-08-23 03:17:48 +00:00

12 lines
222 B
YAML

# This file is a template, and might need editing before it works on your project.
image: elixir:latest
before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
mix:
script:
- mix test