Pass CPPFLAGS=-Werror to Travis-CI

We want default gcc / clang warnings to fail the CI build.
This commit is contained in:
Behdad Esfahbod 2013-10-28 00:09:05 +01:00
parent c77d1ade68
commit 9596b2bf56

View File

@ -9,7 +9,7 @@ install:
- sudo apt-get install libcairo2-dev # for utils
- sudo apt-get install libicu-dev # for extra unicode functions
- sudo apt-get install libgraphite2-dev # for extra shapers
script: ./autogen.sh && make && make check
script: ./autogen.sh && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
notifications:
irc: "irc.freenode.org#harfbuzz"
email: harfbuzz@lists.freedesktop.org