mirror of https://github.com/citusdata/citus.git
Merge pull request #2246 from citusdata/bump-tools-version
Bump tools version in .travis.ymlpull/2248/head
commit
a3f1350bfe
|
@ -22,7 +22,7 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: PGVERSION=11
|
- env: PGVERSION=11
|
||||||
before_install:
|
before_install:
|
||||||
- git clone -b v0.7.6 --depth 1 https://github.com/citusdata/tools.git
|
- git clone -b v0.7.8 --depth 1 https://github.com/citusdata/tools.git
|
||||||
- sudo make -C tools install
|
- sudo make -C tools install
|
||||||
- setup_apt
|
- setup_apt
|
||||||
- curl https://install.citusdata.com/community/deb.sh | sudo bash
|
- curl https://install.citusdata.com/community/deb.sh | sudo bash
|
||||||
|
|
Loading…
Reference in New Issue