check for declaration-after-statement on travis

This commit is contained in:
ailin-nemui 2017-11-29 15:53:12 +01:00
commit b2ca8c0477

View file

@ -31,7 +31,7 @@ before_install:
install:
- ./configure --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
- make CFLAGS="-Wall -Werror"
- make CFLAGS="-Wall -Werror -Werror=declaration-after-statement"
- make install
before_script: