summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-01-12 08:20:54 -0500
committerRich Salz <rsalz@openssl.org>2017-01-12 09:31:36 -0500
commit65c1f979ee9346d63bb6e81f25bb7dffda99b342 (patch)
treeb7cb7f3f6121e0bacb968554ccd69fd2d66a15a7 /.travis.yml
parent29ee1be50ca2bc8feb3efa1d75740bd539566516 (diff)
Review comments; fail build if nits found
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2202)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b6c87662dd..a60c40289f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,9 +29,9 @@ compiler:
- gcc
env:
- - CONFIG_OPTS="" DESTDIR="_install" CHECKDOCS="yes"
+ - CONFIG_OPTS="" DESTDIR="_install"
- CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
- - CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
+ - 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"