From 06589131d7ea2715ae1e224efe8a23980f2bc894 Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Mon, 2 Jul 2018 14:55:23 +0300 Subject: [PATCH] Bump tools version in .travis.yml To be able to test landlord in travis, we need pg_stat_statements from contrib packages. New tools version, 0.7.8, installs pg_stat_statements too, so we are switching to version 0.7.8 in our travis tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7d1fcdbf..a9d788c2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: allow_failures: - env: PGVERSION=11 before_install: - - git clone -b v0.7.6 --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.7.8 --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