Add Travis job for PG12

Adds a Travis job to run regression tests on PG12.1.
This commit is contained in:
Ruslan Fomkin 2020-02-06 10:31:00 +01:00 committed by Erik Nordström
parent 949b88ef2e
commit 489bff2a6d

View File

@ -249,6 +249,11 @@ jobs:
name: "Regression 11.7"
env: PG_VERSION=11.7
- if: (type = pull_request) OR (type = cron) OR NOT (branch = master)
stage: test
name: "Regression 12.1"
env: PG_VERSION=12.1
#get codecov info, we only run 11.0 on PRs and the rest in cron
- if: (type = pull_request) OR (type = cron) OR NOT (branch = master)
stage: test