Skip to content

Commit

Permalink
Merge branch 'release/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Dec 6, 2016
2 parents 92ea9b3 + 57ef371 commit 06bab9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### citustools v0.5.1 (December 6, 2016) ###

* Adds `--enable-coverage` configure flag in `pg_travis_multi_test`

### citustools v0.5.0 (November 7, 2016) ###

* Adds support for per-project, per-build-type multi-PostgreSQL builds
Expand Down
4 changes: 2 additions & 2 deletions HomebrewFormula/citustools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def message
class Citustools < Formula
desc "Tools and config used in Citus Data projects."
homepage "https://github.com/citusdata/tools"
url "https://github.com/citusdata/tools/archive/v0.4.2.tar.gz"
sha256 "b12706bd3dc88d788711c3beebddf377710e9c9ab0ba7207634d5eaa1b118865"
url "https://github.com/citusdata/tools/archive/v0.5.0.tar.gz"
sha256 "dd0eb39686f7c2cd61084ed3bbf52ffe7ea6fe60d715b6bf4ca3a7b775c30ec9"

depends_on "uncrustify"
depends_on Docker
Expand Down
2 changes: 1 addition & 1 deletion travis/pg_travis_multi_test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ status=0
testtargets="$*"

# Configure, build, and install extension
./configure PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
./configure --enable-coverage PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
make all
sudo make install

Expand Down

0 comments on commit 06bab9c

Please sign in to comment.