Travis CI: Update to bionic, add new PostgreSQL versions

This commit is contained in:
Peter Eisentraut 2019-12-28 10:28:52 +01:00
parent e5d25a8fe9
commit 9277ca4d9c
1 changed files with 3 additions and 4 deletions

View File

@ -1,22 +1,21 @@
dist: xenial dist: bionic
language: c language: c
addons: addons:
apt: apt:
sources: sources:
- sourceline: 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main' - sourceline: 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main'
key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
update: true update: true
packages: packages:
- liburiparser-dev - liburiparser-dev
env: env:
- PGVERSION=9.1
- PGVERSION=9.2
- PGVERSION=9.3 - PGVERSION=9.3
- PGVERSION=9.4 - PGVERSION=9.4
- PGVERSION=9.5 - PGVERSION=9.5
- PGVERSION=9.6 - PGVERSION=9.6
- PGVERSION=10 - PGVERSION=10
- PGVERSION=11 - PGVERSION=11
- PGVERSION=12
script: | script: |
set -e set -e
PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH