From a6ecd519e3590bff479b72a1e72db6d5a8870334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 16 Aug 2017 16:37:51 +0200 Subject: [PATCH] Work-around for travis trusty postgis problem See https://github.com/travis-ci/travis-ci/issues/6972 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7ff6d9a..05763d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +dist: trusty before_install: - sudo apt-get update @@ -15,6 +16,9 @@ install: addons: postgresql: "9.3" # for "installcheck" + apt: + packages: + - postgresql-9.3-postgis-2.3 # Note: Valgrind currently reports many problems when libght is enabled. So for # now, and until the problems are fixed, we just run the unit tests with libght