From 26a053d195d5cc8a5cd648da3f05d3ff0e47f776 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 28 Feb 2019 13:35:32 +0100 Subject: [PATCH] Travis: use enable-buildtest-c++ Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8370) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3184308fa4..c79040ded5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ compiler: env: - CONFIG_OPTS="" DESTDIR="_install" - CONFIG_OPTS="no-asm -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2" - - CONFIG_OPTS="no-asm no-makedepend --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi" + - CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi" matrix: include: -- 2.34.1