From 32a54f385be0d4aba03ccc935e842c9ca77ccae1 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 28 Aug 2017 10:38:18 +0300 Subject: [PATCH] Travis CI: Test USE_CUSTOM_SPECIFIC --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 951f0877..c9f56407 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,7 +153,7 @@ matrix: compiler: gcc env: - CONF_OPTIONS="--enable-gcov --enable-handle-fork --enable-munmap --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" - - CFLAGS_EXTRA="-D NO_INCREMENTAL" + - CFLAGS_EXTRA="-D NO_INCREMENTAL -D USE_CUSTOM_SPECIFIC" - REPORT_COVERAGE=true - os: linux compiler: gcc -- 2.50.1