From: Regina Obe Date: Thu, 10 Aug 2017 09:55:56 +0000 (+0000) Subject: change back to using the default travis ci - trusty from precise X-Git-Tag: 2.4.0beta1~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6816297d88cf80d0effa74ef8b00c13c01013ad4;p=postgis change back to using the default travis ci - trusty from precise Put in place permissions to fix make check error Closes #3803 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15548 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.travis.yml b/.travis.yml index 85338387c..5d5334ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,13 +16,13 @@ before_install: - ./autogen.sh language: c -dist: precise compiler: gcc script: - ./configure - make + - chmod 755 /home/travis - make check - make check RUNTESTFLAGS='--dumprestore' - sudo make install