Merge pull request #1566 from citusdata/switch_postgres_branch

Switch to Postgres REL_STABLE_10 branch
pull/1569/head
Burak Yücesoy 2017-08-15 14:39:52 +03:00 committed by GitHub
commit e14e5f0d25
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ env:
- PGVERSION=9.6
- PGVERSION=10
before_install:
- git clone -b v0.6.3 --depth 1 https://github.com/citusdata/tools.git
- git clone -b v0.6.4 --depth 1 https://github.com/citusdata/tools.git
- sudo make -C tools install
- setup_apt
- curl https://install.citusdata.com/community/deb.sh | sudo bash