Skip to content

Commit

Permalink
Add .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowtie committed Jun 6, 2018
1 parent 3566fa7 commit cc32d62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
image: elixir:latest

before_script:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get

mix:
script:
- mix test

0 comments on commit cc32d62

Please sign in to comment.