From f33255e1c7f54cd54ef495432bf659d3c7cfccb1 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 5 Aug 2017 16:58:26 +0000 Subject: [PATCH] switch travis back not using sudo (root doesn't exist). Try forcing precise (July 18 default of travis switched to trusty which is around when we started having problems). git-svn-id: http://svn.osgeo.org/postgis/trunk@15531 b70326c6-7e19-0410-871a-916f4a2858ee --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6810df560..85338387c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,17 +16,18 @@ before_install: - ./autogen.sh language: c +dist: precise compiler: gcc script: - ./configure - make - - sudo make check - - sudo make check RUNTESTFLAGS='--dumprestore' + - make check + - make check RUNTESTFLAGS='--dumprestore' - sudo make install - - sudo make installcheck - - sudo make installcheck RUNTESTFLAGS='--dumprestore' + - make installcheck + - make installcheck RUNTESTFLAGS='--dumprestore' notifications: email: false -- 2.40.0