From 0748212610bc95d1226e83dceab16a6e1090cb99 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Thu, 1 Dec 2016 14:58:22 +0100 Subject: [PATCH] Fixing travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e522fe..6fdd8f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,8 @@ before_install: - sudo apt-get -y install postgresql-9.5=9.5.2-3cdb2 - sudo apt-get -y install postgresql-server-dev-9.5=9.5.2-3cdb2 - sudo apt-get -y install postgresql-plpython-9.5=9.5.2-3cdb2 - - sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2 - sudo apt-get -y install postgresql-9.5-postgis-scripts=2.2.2.0-cdb2 + - sudo apt-get -y install postgresql-9.5-postgis-2.2=2.2.2.0-cdb2 # configure it to accept local connections from postgres - echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \