From 0d569b722eec4727e5da0281bfa85973ddcd1d0c Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Tue, 11 Jul 2017 16:30:03 -0600 Subject: [PATCH] Bump to the latest Citus Tools Gets the new uncrustify configuration. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 115639933..59b2bfc5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - PGVERSION=9.6 - PGVERSION=10 before_install: - - git clone -b v0.6.2 --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.6.3 --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