From 96ec587bfa8fbf64f3ab909cd2f420fe34ef164c Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Mon, 11 Jan 2016 18:42:11 -0700 Subject: [PATCH] Switch to Citus Data-owned Travis scripts Just getting this done with. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6bd329..a7d6045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,21 +10,21 @@ env: before_install: - sudo apt-get update -qq - sudo update-alternatives --remove-all postmaster.1.gz - - git clone --depth 1 https://gist.github.com/9963879.git tools - - tools/nuke_pg.sh + - git clone --depth 1 https://github.com/citusdata/tools.git + - tools/travis/nuke_pg.sh install: - sudo apt-get install protobuf-c-compiler - sudo apt-get install libprotobuf-c0-dev - sudo locale-gen da_DK - sudo locale-gen da_DK.utf8 - sudo pip install cpp-coveralls - - tools/install_pg.sh + - tools/travis/install_pg.sh before_script: - chmod 777 . - chmod 777 data - chmod 666 data/* - - tools/config_and_start_cluster.sh -script: tools/pg_travis_test.sh + - tools/travis/config_and_start_cluster.sh +script: tools/travis/pg_travis_test.sh after_success: - sudo chmod 666 *.gcda - coveralls --exclude cstore.pb-c.c --exclude cstore.pb-c.h