From e75eb1713033a62234affdf1f4dd1daa8e010de3 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Wed, 7 Feb 2018 14:29:25 -0700 Subject: [PATCH] Try new Debian URL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 168e1bcbd..c7d1fcdbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: allow_failures: - env: PGVERSION=11 before_install: - - git clone -b v0.7.1 --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.7.6 --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