From 74db1d1fa958892d6d222b9c90334f089911da1e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 5 Aug 2017 16:49:32 +0000 Subject: [PATCH] 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 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1