From a77cdb6787be6fb53d16da84164237bffc1eb821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Tue, 3 Oct 2017 20:20:32 +0200 Subject: [PATCH] Fix postgis problem --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc0fcc3..cb5c26b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ services: before_script: - flake8 tests ogn + - sudo apt-get autoremove postgis* + - sudo apt-get autoremove postgresql* + - sudo apt-get install postgresql-9.3-postgis-2.1 - psql -c 'CREATE DATABASE ogn_test;' -U postgres - psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test