add pg client

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-01-14 00:10:42 +01:00
parent bdb95d3a9e
commit d16d6d07d8
1 changed files with 3 additions and 1 deletions

View File

@ -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