From 021188c9457bc28fa2cc023cc42ffe10d5378e76 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 4 Aug 2017 00:49:57 +0300 Subject: [PATCH] Travis CI: Test configure --disable-docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70649c02..8d136edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,7 +142,7 @@ matrix: compiler: gcc env: - CFLAGS_EXTRA="-D PROC_VDB -D GC_NO_SYS_FAULT_H -D NO_INCREMENTAL" - - CONF_OPTIONS="--enable-cplusplus" + - CONF_OPTIONS="--enable-cplusplus --disable-docs" - os: linux compiler: gcc env: -- 2.50.1