Pass -Werror during configure/compile/test step

This will fail any Travis builds that introduce warnings.
pull/697/head
Jason Petersen 2016-08-03 11:11:44 -07:00
parent 6be5217872
commit e0af1571da
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 1 additions and 1 deletions

View File

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