From 55f0883dadcf38ddcf11d6a17899fd8a19ee146c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 14 Feb 2017 11:51:22 -0500 Subject: [PATCH] Add no-ec build Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2626) (cherry picked from commit b4568b04c7cd425103ac8f1603682e8da2044238) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e848fc7b75..24f62dd5d4 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: -- 2.50.1