Skip to content

Commit

Permalink
Remove PG10 testing on travis, release on PG11
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 27, 2019
1 parent 9383ed1 commit 887d9a5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,10 @@ go:

matrix:
include:
- name: "Postgres 10"
env:
- PGDB=10
- RELEASE=true
addons:
postgresql: "10"
apt:
packages:
- postgresql-10
- postgresql-10-postgis-2.4
- postgresql-client-10

- name: "Postgres 11"
env:
- PGDB=11
- RELEASE=true
addons:
postgresql: "11"
apt:
Expand Down

0 comments on commit 887d9a5

Please sign in to comment.