Merge pull request #2368 from citusdata/allow_pg11_failures

Temporarily allow PG11 failures
pull/2359/head
Murat Tuncer 2018-09-06 18:48:27 +03:00 committed by GitHub
commit ee27637c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ 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