From 93e2d26226293234484d5183caf5605eca7d2cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mehmet=20furkan=20=C5=9Fahin?= Date: Mon, 9 Jul 2018 21:40:20 +0300 Subject: [PATCH] .travis.yml change to install TopN on travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c8ced9d8..2f240a20d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,13 +42,18 @@ install: - pip3 install --user mitmproxy==3.0.4 - pip3 install --user construct==2.9.45 - mitmproxy --version - # download and install HLL manually, as custom builds won't satisfy deps + # 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" 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" + sudo dpkg --force-confold --force-confdef --force-all -i *topn*.deb + fi before_script: citus_indent --quiet --check script: CFLAGS=-Werror pg_travis_multi_test check after_success: