travis: Force verification of DLOG macros

We use INFO as the default log level, which leaves code inside DLOG macros
unverified(currently it has compilation errors).

Decrease the log level on travis builds for automatic verification in PRs.
This commit is contained in:
Thiago de Arruda 2014-10-22 10:12:08 -03:00
parent cdfdfae322
commit 97f0c1eda1

View File

@ -67,3 +67,5 @@ install_prebuilt_deps
sudo apt-mark hold oracle-java7-installer oracle-java8-installer
sudo apt-get update
export CFLAGS='-DMIN_LOG_LEVEL=0' # force verification of DLOG macros