From 2758af8f83cedd587b93ab7461b8bb90b3fd551d Mon Sep 17 00:00:00 2001 From: Brian Cloutier Date: Fri, 26 Aug 2016 10:38:12 +0300 Subject: [PATCH] Bump tools version, to make list of tests travis runs explicit & configurable --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84c343855..b89b96ff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: matrix: - PGVERSION=9.5 before_install: - - git clone -b v0.4.0 --depth 1 https://github.com/citusdata/tools.git + - git clone -b v0.4.1 --depth 1 https://github.com/citusdata/tools.git - sudo make -C tools install - setup_apt - nuke_pg @@ -18,5 +18,5 @@ install: - install_uncrustify - install_pg before_script: citus_indent --quiet --check -script: CFLAGS=-Werror pg_travis_multi_test +script: CFLAGS=-Werror pg_travis_multi_test check-multi check-worker check-multi-fdw after_success: sync_to_enterprise