mirror of https://github.com/citusdata/citus.git
Mark PostgreSQL 11 builds as required
We will no longer accept regressions in our support for PostgreSQL 11.pull/2341/head
parent
c4e2349b80
commit
fd32c3590b
|
@ -21,8 +21,6 @@ matrix:
|
|||
- env: PGVERSION=9.6
|
||||
- env: PGVERSION=10
|
||||
- env: PGVERSION=11
|
||||
allow_failures:
|
||||
- env: PGVERSION=11
|
||||
before_install:
|
||||
- git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git
|
||||
- sudo make -C tools install
|
||||
|
|
Loading…
Reference in New Issue