From 02a20566dca9a624674cff3cdc9f5b7170771f46 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 8 Aug 2016 19:12:55 +0200 Subject: [PATCH] Force instalation of libgeos-3.5.0 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d63be49..4ffee4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ before_install: - sudo apt-get -y --no-install-recommends install python-sklearn=0.14.1-3-cdb2 - sudo apt-get -y --no-install-recommends install python-scikits-learn=0.14.1-3-cdb2 + # Force instalation of libgeos-3.5.0 (presumably needed because of existing version of postgis) + - sudo apt-get -y install libgeos-3.5.0=3.5.0-1cdb2 + # Install postgres db and build deps - sudo /etc/init.d/postgresql stop # stop travis default instance - sudo apt-get -y install postgresql-9.5 postgresql-server-dev-9.5 postgresql-plpython-9.5 postgresql-9.5-postgis-2.2 postgresql-9.5-postgis-scripts