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:
Sarah Hoffmann
2020-02-19 08:00:08 +01:00
committed by GitHub

View File

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