Merge pull request #2246 from citusdata/bump-tools-version

Bump tools version in .travis.yml
pull/2248/head
Murat Tuncer 2018-07-02 15:44:36 +03:00 committed by GitHub
commit a3f1350bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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