[postgis-tickets] r15547 - Fix travis build by changing permissions of home folder
Regina Obe
lr at pcorp.us
Thu Aug 10 02:36:26 PDT 2017
Author: robe
Date: 2017-08-10 02:36:25 -0700 (Thu, 10 Aug 2017)
New Revision: 15547
Modified:
branches/2.3/.travis.yml
Log:
Fix travis build by changing permissions of home folder
upgrade to test on 9.5
References #3803 for PostGIS 2.3.4
Closes https://github.com/postgis/postgis/pull/134
Modified: branches/2.3/.travis.yml
===================================================================
--- branches/2.3/.travis.yml 2017-08-08 23:48:01 UTC (rev 15546)
+++ branches/2.3/.travis.yml 2017-08-10 09:36:25 UTC (rev 15547)
@@ -3,12 +3,12 @@
- RUNTESTFLAGS=-v
addons:
- postgresql: "9.4"
+ postgresql: "9.5"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y
- postgresql-9.4 postgresql-server-dev-9.4
+ postgresql-9.5 postgresql-server-dev-9.5
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
libproj-dev libgdal1h libgdal-dev libgeos-dev libjson0-dev
@@ -22,6 +22,7 @@
script:
- ./configure
- make
+ - find /home/travis -type d -exec chmod 755 {} \;
- make check
- make check RUNTESTFLAGS='--dumprestore'
- sudo make install
More information about the postgis-tickets
mailing list