From ff1ab457e747ce936044f401c47812ff715fe021 Mon Sep 17 00:00:00 2001 From: Matvey Arye Date: Sat, 23 Jun 2018 11:21:57 -0400 Subject: [PATCH] Bump minimum version for ABI test to 9.6.2 We need the function `convert_tuples_by_name_map` which only appears in 9.6.2. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16e79a3ca..a35f450d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,8 @@ jobs: - if: type = cron stage: test script: - - PG_MAJOR=9.6 PG_MINOR_COMPILE=1 bash -x ./scripts/docker-run-abi-test.sh + # Versions <=9.6.1 is missing function `convert_tuples_by_name_map` needed by our code + - PG_MAJOR=9.6 PG_MINOR_COMPILE=2 bash -x ./scripts/docker-run-abi-test.sh - stage: test env: