Add .gitlab-ci.yml

This commit is contained in:
Thomas Citharel 2018-01-13 23:35:11 +01:00
parent 20cd1bb579
commit b763014ad3
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: elixir:latest
services:
- postgres:latest
before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
mix:
script:
- mix test