From: Rich Salz Date: Tue, 14 Feb 2017 16:51:22 +0000 (-0500) Subject: Add no-ec build X-Git-Tag: OpenSSL_1_1_1-pre1~2406 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b08ee30bf4fb3d0c92d838778332b7a3afbdb062;p=oweals%2Fopenssl.git Add no-ec build Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2626) --- diff --git a/.travis.yml b/.travis.yml index a60c40289f..7b9e671164 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ env: - CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes" CHECKDOCS="yes" - CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes" - CONFIG_OPTS="no-stdio --strict-warnings" BUILDONLY="yes" + - CONFIG_OPTS="no-ec" BUILDONLY="yes" matrix: include: