From 87d1928f0ce0e1299eed4c66dfc474d1ed190bd1 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Tue, 25 Apr 2017 12:54:49 -0600 Subject: [PATCH] Build PostgreSQL 10 in Travis For now, I'm the HyperLogLog install, since no PostgreSQL 10 package exists yet. The add_pg10 branch of citusdata/tools is where I've made required Travis script changes. --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10f6b0c45..ce4297533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,18 +13,15 @@ env: matrix: - PGVERSION=9.5 - PGVERSION=9.6 + - PGVERSION=10 before_install: - - git clone -b v0.6.1 --depth 1 https://github.com/citusdata/tools.git + - git clone -b pg10_hack --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 - nuke_pg install: - install_uncrustify - install_pg - - install_custom_pg - # download and install HLL manually, as custom builds won't satisfy deps - - apt-get download "postgresql-${PGVERSION}-hll=2.10.1.citus-1" && sudo dpkg --force-confold --force-confdef --force-all -i *hll*.deb before_script: citus_indent --quiet --check script: CFLAGS=-Werror pg_travis_multi_test check after_success: