From: marc tobias Date: Tue, 18 Feb 2020 22:37:06 +0000 (+0100) Subject: Travis: documentation suggests we need to add postgresql-client package pre-startup X-Git-Tag: v3.5.0~78^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/484892ae97d9b506f881182fdd61b61bbab81cee Travis: documentation suggests we need to add postgresql-client package pre-startup --- diff --git a/.travis.yml b/.travis.yml index 25f7d8b4..0ee38592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ python: - "3.6" addons: postgresql: "9.6" + apt: + packages: + postgresql-server-dev-9.6 + postgresql-client-9.6 git: depth: 3 env: