check libgdal1h

should be installed from ppa.launchpad.net/cartodb/gis/ubuntu/
This commit is contained in:
Javier Goizueta
2016-09-30 09:46:34 +02:00
parent 4c4ddd2047
commit 636a298eda
+1 -1
View File
@@ -38,6 +38,7 @@ before_install:
- sudo apt-get -y remove --purge postgis
- sudo apt-get -y autoremove
- sudo apt-get -y install libgdal1h=1.11.0-0cdb1
- sudo apt-get -y install postgresql-9.5=9.5.2-2ubuntu1
- sudo apt-get -y install postgresql-server-dev-9.5=9.5.2-2ubuntu1
- sudo apt-get -y install postgresql-plpython-9.5=9.5.2-2ubuntu1
@@ -55,4 +56,3 @@ install:
script:
- make test || { cat src/pg/test/regression.diffs; false; }
- ./check-compatibility.sh
# testing