forked from hans/Nominatim
Merge pull request #1689 from mtmail/travis-postgres-stopped-working
Travis: documentation suggests we need to add postgresql-client package
This commit is contained in:
@@ -6,6 +6,10 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.6"
|
postgresql: "9.6"
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
postgresql-server-dev-9.6
|
||||||
|
postgresql-client-9.6
|
||||||
git:
|
git:
|
||||||
depth: 3
|
depth: 3
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user