]> granicus.if.org Git - postgis/commitdiff
change back to using the default travis ci - trusty from precise
authorRegina Obe <lr@pcorp.us>
Thu, 10 Aug 2017 09:55:56 +0000 (09:55 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 10 Aug 2017 09:55:56 +0000 (09:55 +0000)
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

.travis.yml

index 85338387c1ea279b7050c294b19c6b3df7e62938..5d5334ffe6d27cabda27ea50d895eac9d532ef26 100644 (file)
@@ -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