forked from potsda.mn/mobilizon
add pg client
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bdb95d3a9e
commit
d16d6d07d8
|
@ -1,4 +1,4 @@
|
|||
image: elixir:latest
|
||||
image: elixir:1.4
|
||||
|
||||
services:
|
||||
- mdillon/postgis:9.6-alpine
|
||||
|
@ -18,6 +18,8 @@ cache:
|
|||
- .rebar3
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y postgresql-client
|
||||
- mix local.rebar --force
|
||||
- mix local.hex --force
|
||||
- mix deps.get
|
||||
|
|
Loading…
Reference in a new issue