From: Ivan Maidanski Date: Tue, 14 Feb 2017 10:34:53 +0000 (+0300) Subject: Travis CI: Pass -D LINT2 to CFLAGS during test coverage check X-Git-Tag: v8.0.0~919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a373d52;p=gc Travis CI: Pass -D LINT2 to CFLAGS during test coverage check --- diff --git a/.travis.yml b/.travis.yml index e30adcda..86da7ccf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ before_install: CONF_M_UNMAP=--enable-munmap; CONF_SHARED=--disable-shared; CONF_SINGLE_OBJ=--enable-single-obj-compilation; + CFLAGS_EXTRA="-DLINT2"; fi install: