From fa6690645f17a1ff82c7f6c812fc1e0f1f5da1da Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Tue, 2 Aug 2016 21:23:02 -0700 Subject: [PATCH] Lock tools version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef0cc5708..e2b1eba49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - PGVERSION=9.5 - PGVERSION=9.4 before_install: - - git clone --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.3.3 --depth 1 https://github.com/citusdata/tools.git - tools/travis/setup_apt.sh - tools/travis/nuke_pg.sh install: