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/699/head
parent
3a8534eb21
commit
ccc32f9da8
|
@ -18,5 +18,5 @@ install:
|
|||
- install_uncrustify
|
||||
- install_pg
|
||||
before_script: citus_indent --quiet --check
|
||||
script: pg_travis_multi_test
|
||||
script: CFLAGS=-Werror pg_travis_multi_test
|
||||
after_success: sync_to_enterprise
|
||||
|
|
Loading…
Reference in New Issue