From: Regina Obe Date: Sat, 5 Aug 2017 16:49:32 +0000 (+0000) Subject: try to fix travis check failures by sudoing more stuff. X-Git-Tag: 2.4.0alpha~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74db1d1fa958892d6d222b9c90334f089911da1e;p=postgis try to fix travis check failures by sudoing more stuff. References #3801 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15530 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.travis.yml b/.travis.yml index 7673b5b36..6810df560 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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