Add .gitlab-ci.yml

This commit is contained in:
Joakim Nylén 2019-08-23 03:17:48 +00:00
parent 40f3b97901
commit 9a11c8663f

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