From: Jonathan McDowell Date: Sun, 13 Sep 2020 09:16:17 +0000 (+0100) Subject: Add libpq-dev to Travis CI config X-Git-Tag: onak-0.6.0~2 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=9e1fafcedfa0f283739f56eab1d8400013e8a9d2 Add libpq-dev to Travis CI config Should ensure the CI stuff makes sure we can still compile the PostgreSQL backend. --- diff --git a/.travis.yml b/.travis.yml index dc7591a..cec8f00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ addons: - cmake - libdb-dev - libcurl4-gnutls-dev + - libpq-dev - libsystemd-dev - nettle-dev before_script: