From fcdd0bbabdf112e5bcd8882620877f868b9810ee Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 25 Apr 2018 02:20:59 +0300 Subject: [PATCH] Travis CI: test --enable-large-config and LINT2 with assertions on (linux) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93e26fd6..3017cf5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -193,7 +193,7 @@ matrix: - os: linux compiler: gcc env: - - CONF_OPTIONS="--enable-large-config --enable-cplusplus --enable-static" + - CONF_OPTIONS="--enable-large-config --enable-cplusplus --enable-gc-assertions --enable-static" - CFLAGS_EXTRA="-D LINT2" - os: linux addons: -- 2.50.1