mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Travis: documentation suggests we need to add postgresql-client package pre-startup
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