Migrate Travis CI builds to the new container-based architecture.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13886
b70326c6-7e19-0410-871a-
916f4a2858ee
-sudo: false
-
env:
global:
- RUNTESTFLAGS=-v
addons:
postgresql: "9.4"
- apt:
- packages:
- - autoconf
- - build-essential
- - dblatex
- - docbook-mathml
- - docbook-xsl
- - libcunit1-dev
- - libgdal-dev
- - libgeos-dev
- - libjson0-dev
- - libproj-dev
- - libtool
- - postgresql-9.4
- - postgresql-server-dev-9.4
- - xsltproc
+
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -y
+ postgresql-9.4 postgresql-server-dev-9.4
+ build-essential autoconf libtool libcunit1-dev
+ xsltproc docbook-xsl docbook-mathml dblatex
+ libproj-dev libgdal-dev libgeos-dev libjson0-dev
+ - dpkg -l | grep postgresql
+ - ./autogen.sh
language: c
compiler: gcc
script:
- - ./autogen.sh
- ./configure
- make
- make check