[postgis-tickets] r15548 - change back to using the default travis ci - trusty from precise
Regina Obe
lr at pcorp.us
Thu Aug 10 02:55:56 PDT 2017
Author: robe
Date: 2017-08-10 02:55:56 -0700 (Thu, 10 Aug 2017)
New Revision: 15548
Modified:
trunk/.travis.yml
Log:
change back to using the default travis ci - trusty from precise
Put in place permissions to fix make check error
Closes #3803 for PostGIS 2.4
Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml 2017-08-10 09:36:25 UTC (rev 15547)
+++ trunk/.travis.yml 2017-08-10 09:55:56 UTC (rev 15548)
@@ -16,13 +16,13 @@
- ./autogen.sh
language: c
-dist: precise
compiler: gcc
script:
- ./configure
- make
+ - chmod 755 /home/travis
- make check
- make check RUNTESTFLAGS='--dumprestore'
- sudo make install
More information about the postgis-tickets
mailing list