summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-02-14 11:51:22 -0500
committerRich Salz <rsalz@openssl.org>2017-02-14 13:15:32 -0500
commitb08ee30bf4fb3d0c92d838778332b7a3afbdb062 (patch)
tree6e3482c140dc6f46678c2deeea28ffc853101339 /.travis.yml
parent52f4840cb237cc37cad5eac8328828cf3d3e1049 (diff)
Add no-ec build
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2626)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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: