[postgis-tickets] r15530 - try to fix travis check failures by sudoing more stuff.

Regina Obe lr at pcorp.us
Sat Aug 5 09:49:32 PDT 2017


Author: robe
Date: 2017-08-05 09:49:32 -0700 (Sat, 05 Aug 2017)
New Revision: 15530

Modified:
   trunk/.travis.yml
Log:
try to fix travis check failures by sudoing more stuff.
References #3801 for PostGIS 2.4.0

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2017-08-05 16:39:16 UTC (rev 15529)
+++ trunk/.travis.yml	2017-08-05 16:49:32 UTC (rev 15530)
@@ -22,11 +22,11 @@
 script:
   - ./configure
   - make
-  - make check
-  - make check RUNTESTFLAGS='--dumprestore'
+  - sudo make check
+  - sudo make check RUNTESTFLAGS='--dumprestore'
   - sudo make install
-  - make installcheck
-  - make installcheck RUNTESTFLAGS='--dumprestore'
+  - sudo make installcheck
+  - sudo make installcheck RUNTESTFLAGS='--dumprestore'
 
 notifications:
   email: false



More information about the postgis-tickets mailing list