From b08ee30bf4fb3d0c92d838778332b7a3afbdb062 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) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.34.1