From 35e0b9e40972334a87640c1d712081e084617c3d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 28 Mar 2017 00:38:01 +0300 Subject: [PATCH] Travis CI: Test builds with -D LINT2 (Cherry-pick commit 518eb14 from 'master' branch.) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc98d72a..f2cfbc1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: osx env: - - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS" + - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS -D LINT2" - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: linux compiler: gcc @@ -85,6 +85,7 @@ matrix: compiler: gcc env: - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus" + - CFLAGS_EXTRA="-D LINT2" - os: linux compiler: clang env: -- 2.40.0