citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Travis and Coveralls support #40

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

Builds pg_shard against PostgreSQL 9.4 in Travis and uploads coverage information to Coveralls. Certain tests had problems that were exposed in the Travis environment, which have been corrected.

Additionally, the scripts in the Travis gist have been modified to build a cluster directly owned by the Travis user. This keeps us from needing to run a bunch of chmod/chown commands before tests.

Resolves #24.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling ab075f38e50acb5d9f2e9dbba9dd7326584c736d on feature-travis_integ-#24 into \ on develop**.

jasonmp85 commented 9 years ago

Assigning to @sumedhpathak for review.

jasonmp85 commented 9 years ago

Got a :shipit: from @sumedhpathak over GChat. Merging.