mirror of https://github.com/citusdata/citus.git
Merge pull request #2368 from citusdata/allow_pg11_failures
Temporarily allow PG11 failurespull/2359/head
commit
ee27637c11
|
@ -21,6 +21,8 @@ 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