Bump tools version, to make list of tests travis runs explicit & configurable

pull/737/head
Brian Cloutier 2016-08-26 10:38:12 +03:00
parent 2c87244ed4
commit 2758af8f83
1 changed files with 2 additions and 2 deletions

View File

@ -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