mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Add Travis job for PG12
Adds a Travis job to run regression tests on PG12.1.
This commit is contained in:
parent
949b88ef2e
commit
489bff2a6d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user