mirror of https://github.com/citusdata/citus.git
Bump tools version, to make list of tests travis runs explicit & configurable
parent
2c87244ed4
commit
2758af8f83
|
@ -10,7 +10,7 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
- PGVERSION=9.5
|
- PGVERSION=9.5
|
||||||
before_install:
|
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
|
- sudo make -C tools install
|
||||||
- setup_apt
|
- setup_apt
|
||||||
- nuke_pg
|
- nuke_pg
|
||||||
|
@ -18,5 +18,5 @@ install:
|
||||||
- install_uncrustify
|
- install_uncrustify
|
||||||
- install_pg
|
- install_pg
|
||||||
before_script: citus_indent --quiet --check
|
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
|
after_success: sync_to_enterprise
|
||||||
|
|
Loading…
Reference in New Issue