forked from AkkomaGang/akkoma
.
This commit is contained in:
parent
44a7789732
commit
21510f6990
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: elixir:1.6.4-alpine
|
image: elixir:1.6.4
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgres:9.6.2
|
- postgres:9.6.2
|
||||||
|
@ -13,8 +13,6 @@ stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk update git
|
|
||||||
- apk add git
|
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
|
Loading…
Reference in a new issue