From 8071967ff1fa6b917469c0928378d3f725e1caef Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 1 Sep 2017 13:11:28 +0200 Subject: [PATCH] trying another travis configuration for postgres9.5 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1335cd43..54b1ba24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ addons: postgresql: "9.5" apt: packages: + - postgresql-9.5-postgis-2.3 + - postgresql-contrib-9.5 - postgresql-plpython-9.5 + - postgis - pkg-config - libcairo2-dev - libjpeg8-dev