Skip to content

Commit

Permalink
Switch to Citus Data-owned Travis scripts
Browse files Browse the repository at this point in the history
Just getting this done with.
  • Loading branch information
jasonmp85 committed Jan 12, 2016
1 parent f344ba6 commit 96ec587
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 96ec587

Please sign in to comment.