mirror of https://github.com/citusdata/citus.git
Pass -Werror during configure/compile/test step
This will fail any Travis builds that introduce warnings.pull/697/head
parent
6be5217872
commit
e0af1571da
|
@ -15,5 +15,5 @@ before_install:
|
||||||
- tools/travis/nuke_pg.sh
|
- tools/travis/nuke_pg.sh
|
||||||
install:
|
install:
|
||||||
- tools/travis/install_pg.sh
|
- tools/travis/install_pg.sh
|
||||||
script: tools/travis/pg_travis_multi_test.sh
|
script: CFLAGS=-Werror tools/travis/pg_travis_multi_test.sh
|
||||||
after_success: tools/travis/sync_to_enterprise
|
after_success: tools/travis/sync_to_enterprise
|
||||||
|
|
Loading…
Reference in New Issue