Mark PostgreSQL 11 builds as required

We will no longer accept regressions in our support for PostgreSQL 11.
pull/2341/head
Jason Petersen 2018-08-16 19:38:55 -06:00
parent c4e2349b80
commit fd32c3590b
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ matrix:
- env: PGVERSION=9.6 - env: PGVERSION=9.6
- env: PGVERSION=10 - env: PGVERSION=10
- env: PGVERSION=11 - env: PGVERSION=11
allow_failures:
- env: PGVERSION=11
before_install: before_install:
- git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git - git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git
- sudo make -C tools install - sudo make -C tools install