Merge pull request #692 from LudovicRousseau/travis

travis: Increase the compilation warning level and fail on warning
This commit is contained in:
Ludovic Rousseau 2016-03-02 15:38:56 +01:00
commit a22aa427a5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ matrix:
before_script:
- ./bootstrap
- if [ -z "$HOST" ]; then
./configure $ENABLE_DOC --enable-dnie-ui;
CFLAGS="-Werror" ./configure $ENABLE_DOC --enable-dnie-ui;
else
if [ ! -f "$(winepath 'C:/Program Files (x86)/Inno Setup 5/ISCC.exe')" ]; then
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16;