[postgis-tickets] r17515 - Travis: Use xenial as distribution and bionic repos

Raul raul at rmr.ninja
Wed Jun 12 07:04:41 PDT 2019


Author: algunenano
Date: 2019-06-12 07:04:41 -0700 (Wed, 12 Jun 2019)
New Revision: 17515

Modified:
   branches/2.4/.travis.yml
Log:
Travis: Use xenial as distribution and bionic repos

References #4426




Modified: branches/2.4/.travis.yml
===================================================================
--- branches/2.4/.travis.yml	2019-06-12 13:31:25 UTC (rev 17514)
+++ branches/2.4/.travis.yml	2019-06-12 14:04:41 UTC (rev 17515)
@@ -14,7 +14,7 @@
       libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex
       libproj-dev libgdal-dev libgeos-dev libjson0-dev
       libsfcgal1 libsfcgal-dev libgdal-dev
-  - sudo sh -c "echo deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse >> /etc/apt/sources.list"
+  - sudo sh -c "echo deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse >> /etc/apt/sources.list"
   - sudo apt-get update -qq
   - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests binutils libprotobuf-c-dev protobuf-c-compiler
   - dpkg -l | grep postgresql
@@ -24,7 +24,7 @@
 
 compiler: gcc
 
-dist: trusty
+dist: xenial
 
 script:
   - ./configure



More information about the postgis-tickets mailing list