diff --git a/.travis.yml b/.travis.yml index dfedcd5a0..56ed61f00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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