From 02bb44794afd28625164b918104973b201c9b8a2 Mon Sep 17 00:00:00 2001 From: Murat Tuncer Date: Wed, 7 Nov 2018 16:56:52 +0300 Subject: [PATCH] Update topn and hll versions used in travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58a10d2ac..a5fa683e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,13 +41,13 @@ install: # download and install HLL and TopN manually, as custom builds won't satisfy deps # only install if performing non-11 build - | - if [ "${PGVERSION}" != "11" ]; then - apt-get download "postgresql-${PGVERSION}-hll=2.10.2.citus-1" + if [ "${PGVERSION}" != "12" ]; then + apt-get download "postgresql-${PGVERSION}-hll=2.12.citus-1" sudo dpkg --force-confold --force-confdef --force-all -i *hll*.deb fi - | - if [ "${PGVERSION}" != "11" ]; then - apt-get download "postgresql-${PGVERSION}-topn=2.1.0" + if [ "${PGVERSION}" != "12" ]; then + apt-get download "postgresql-${PGVERSION}-topn=2.2.0" sudo dpkg --force-confold --force-confdef --force-all -i *topn*.deb fi before_script: citus_indent --quiet --check