mbu/.gitlab-ci.yml

12 lines
220 B
YAML
Raw Permalink Normal View History

2017-09-24 19:08:17 +00:00
# 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