Add .gitlab-ci.yml

This commit is contained in:
Mikko Ahlroth 2017-09-24 19:08:17 +00:00
parent 7272eca2a1
commit fb43cadda7

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
# 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