Add Postgres service to Travis config

This commit is contained in:
Bruno Alla 2019-06-06 17:23:37 +01:00 committed by GitHub
parent 87177b89c4
commit 6f9e57618d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
dist: xenial
services:
- postgresql
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential gettext python-dev zlib1g-dev libpq-dev xvfb