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:
|
services:
|
||||||
- mdillon/postgis:9.6-alpine
|
- mdillon/postgis:9.6-alpine
|
||||||
@ -18,6 +18,8 @@ cache:
|
|||||||
- .rebar3
|
- .rebar3
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y postgresql-client
|
||||||
- mix local.rebar --force
|
- mix local.rebar --force
|
||||||
- mix local.hex --force
|
- mix local.hex --force
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
Loading…
Reference in New Issue
Block a user