Pass -Werror during configure/compile/test step

This will fail any Travis builds that introduce warnings.
pull/1938/head
Jason Petersen 2016-08-03 11:11:44 -07:00
parent 45d2aab32c
commit 6558853cc8
1 changed files with 1 additions and 1 deletions

View File

@ -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