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 12:10:46 -0500
commit55f0883dadcf38ddcf11d6a17899fd8a19ee146c (patch)
treed72e8247fea016038203ee57112f3677ae79feb2 /.travis.yml
parentb37fce59cb7c48776361ac8cb8a808793016eefd (diff)
Add no-ec build
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2626) (cherry picked from commit b4568b04c7cd425103ac8f1603682e8da2044238)
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 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: