From: Rich Salz Date: Tue, 14 Feb 2017 16:51:22 +0000 (-0500) Subject: Add no-ec build X-Git-Tag: OpenSSL_1_1_0e~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f0883dadcf38ddcf11d6a17899fd8a19ee146c;p=thirdparty%2Fopenssl.git Add no-ec build Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2626) (cherry picked from commit b4568b04c7cd425103ac8f1603682e8da2044238) --- diff --git a/.travis.yml b/.travis.yml index e848fc7b755..24f62dd5d45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ env: - CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="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: