From cdcc5fdf656a50f5cee32bb37ed78312dc95b9b6 Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Tue, 15 Aug 2017 14:21:38 +0300 Subject: [PATCH] Switch to Postgres REL_STABLE_10 branch PostgreSQL master branch is now stamped with 11devel and we should only use master branch if we want to test against PostgreSQL 11. For PostgreSQL 9.6 tests we should use REL9_6_STABLE and for PostgreSQL 10 we should use REL_10_STABLE. v0.6.4 tag in our tools repo addresses this problem. Apart from that we may want to add PostgreSQL 11 to our test matrix soon. v0.6.4 handles that too. We just need add PostgreSQL 11 to our test matrix and stop erroring out if we are compiling Citus against PostgreSQL 11. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59b2bfc5d..481e1b024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - PGVERSION=9.6 - PGVERSION=10 before_install: - - git clone -b v0.6.3 --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.6.4 --depth 1 https://github.com/citusdata/tools.git - sudo make -C tools install - setup_apt - curl https://install.citusdata.com/community/deb.sh | sudo bash