]> the.earth.li Git - onak.git/commitdiff
Add libpq-dev to Travis CI config
authorJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 09:16:17 +0000 (10:16 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 09:16:17 +0000 (10:16 +0100)
Should ensure the CI stuff makes sure we can still compile the
PostgreSQL backend.

.travis.yml

index dc7591ae49460c499bed76113728666f420cfa96..cec8f0070c00c0566758f6c9ebe37da3c5f4b520 100644 (file)
@@ -11,6 +11,7 @@ addons:
       - cmake
       - libdb-dev
       - libcurl4-gnutls-dev
+      - libpq-dev
       - libsystemd-dev
       - nettle-dev
 before_script: