]> granicus.if.org Git - postgis/commitdiff
switch travis back not using sudo (root doesn't exist).
authorRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 16:58:26 +0000 (16:58 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 16:58:26 +0000 (16:58 +0000)
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

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