From 6be5217872c04cc73b04057756c7c596f8a1f625 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 5949e53e4..8f33d0c04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: matrix: - PGVERSION=9.5 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: