Skip to content

Commit

Permalink
Use an updated distro for PG11
Browse files Browse the repository at this point in the history
postgis packages for PG11 aren't available on trusty
  • Loading branch information
brianhlin committed Oct 8, 2019
1 parent cf5921b commit 9d48507
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
sudo: required
dist: trusty

language: go

go:
- "1.12"

matrix:
include:
- name: "Postgres 9.6"
distro: trusty
env:
- PGDB=9.6 RELEASE=true PGIS=2.4
- name: "Postgres 10"
distro: trusty
env:
- PGDB=10 PGIS=2.4
- name: "Postgres 11"
distro: bionic
env:
- PGDB=11 PGIS=2.5
env:
global:
- GO111MODULE=on
matrix:
- PGDB=9.6 RELEASE=true PGIS=2.4
- PGDB=10 PGIS=2.4
- PGDB=11 PGIS=2.5

before_install:
# setup postgresql
Expand Down

0 comments on commit 9d48507

Please sign in to comment.