Skip to content

Commit

Permalink
Switch to Citus Data-owned Travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Jan 12, 2016
1 parent c4ae50b commit 7cd3c5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -11,15 +11,15 @@ env:
- PGVERSION=40.0
- PGVERSION=41.0
before_install:
- git clone --depth 1 https://gist.github.com/9963879.git tools
- tools/setup_apt.sh
- tools/nuke_pg.sh
- git clone --depth 1 https://github.com/citusdata/tools.git
- tools/travis/setup_apt.sh
- tools/travis/nuke_pg.sh
install:
- sudo pip install cpp-coveralls
- tools/install_pg.sh
- tools/install_citus.sh
before_script: tools/config_and_start_cluster.sh
script: tools/pg_travis_test.sh
- tools/travis/install_pg.sh
- tools/travis/install_citus.sh
before_script: tools/travis/config_and_start_cluster.sh
script: tools/travis/pg_travis_test.sh
after_success:
- sudo chmod 666 *.gcda
- coveralls --exclude test/include --exclude test/src --exclude src/ruleutils_93.c --exclude src/ruleutils_94.c --exclude src/ruleutils_95.c --gcov-options '\-lp'
Expand Down

0 comments on commit 7cd3c5b

Please sign in to comment.