[postgis-tickets] r15782 - try to get travis to regress by fixing permission issues.
Regina Obe
lr at pcorp.us
Wed Sep 20 14:41:46 PDT 2017
Author: robe
Date: 2017-09-20 14:41:46 -0700 (Wed, 20 Sep 2017)
New Revision: 15782
Modified:
branches/2.1/.travis.yml
Log:
try to get travis to regress by fixing permission issues.
References #3856 for PostGIS 2.1
Modified: branches/2.1/.travis.yml
===================================================================
--- branches/2.1/.travis.yml 2017-09-20 21:27:44 UTC (rev 15781)
+++ branches/2.1/.travis.yml 2017-09-20 21:41:46 UTC (rev 15782)
@@ -1,7 +1,6 @@
---
env:
global:
- - PGUSER=postgres
- RUNTESTFLAGS=-v
before_install:
- rm .travis.yml
@@ -14,6 +13,13 @@
language: c
compiler:
- gcc
+script:
+ - ./configure
+ - make
+ - find /home/travis -type d -exec chmod 755 {} \;
+ - make check
+ - sudo make install
+ - make installcheck
notifications:
email: false
irc:
More information about the postgis-tickets
mailing list