[postgis-tickets] r15781 - try to get travis to regress by fixing permission issues.
Regina Obe
lr at pcorp.us
Wed Sep 20 14:27:44 PDT 2017
Author: robe
Date: 2017-09-20 14:27:44 -0700 (Wed, 20 Sep 2017)
New Revision: 15781
Modified:
branches/2.2/.travis.yml
Log:
try to get travis to regress by fixing permission issues.
References #3856 for PostGIS 2.2
Modified: branches/2.2/.travis.yml
===================================================================
--- branches/2.2/.travis.yml 2017-09-20 19:58:14 UTC (rev 15780)
+++ branches/2.2/.travis.yml 2017-09-20 21:27:44 UTC (rev 15781)
@@ -11,7 +11,7 @@
postgresql-9.4 postgresql-server-dev-9.4
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
- libproj-dev libgdal-dev libgdal1h libgeos-dev libjson0-dev
+ libproj-dev libgdal-dev libgeos-dev libjson0-dev
- dpkg -l | grep postgresql
- ./autogen.sh
@@ -22,6 +22,7 @@
script:
- ./configure
- make
+ - find /home/travis -type d -exec chmod 755 {} \;
- make check
- sudo make install
- make installcheck
More information about the postgis-tickets
mailing list