diff --git a/.travis.yml b/.travis.yml index 10f6b0c45..ce4297533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,18 +13,15 @@ env: matrix: - PGVERSION=9.5 - PGVERSION=9.6 + - PGVERSION=10 before_install: - - git clone -b v0.6.1 --depth 1 https://github.com/citusdata/tools.git + - git clone -b pg10_hack --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 - nuke_pg install: - install_uncrustify - install_pg - - install_custom_pg - # download and install HLL manually, as custom builds won't satisfy deps - - apt-get download "postgresql-${PGVERSION}-hll=2.10.1.citus-1" && sudo dpkg --force-confold --force-confdef --force-all -i *hll*.deb before_script: citus_indent --quiet --check script: CFLAGS=-Werror pg_travis_multi_test check after_success: