]> granicus.if.org Git - postgis/commitdiff
try to fix travis check failures by sudoing more stuff.
authorRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 16:49:32 +0000 (16:49 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 16:49:32 +0000 (16:49 +0000)
References #3801 for PostGIS 2.4.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@15530 b70326c6-7e19-0410-871a-916f4a2858ee

.travis.yml

index 7673b5b365661b5e4d9357b24f073b21a8e7db3a..6810df5609027cf86527987be3b100b40a9fed40 100644 (file)
@@ -22,11 +22,11 @@ compiler: gcc
 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