aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-01-09 22:41:26 -0500
committerRich Salz <rsalz@openssl.org>2017-01-12 09:31:36 -0500
commit29ee1be50ca2bc8feb3efa1d75740bd539566516 (patch)
tree29fc100835af0e67b76f98bc1a9023fe5c43c78b /.travis.yml
parent23103a52e96d6126400ca135421e67c7d664dfe5 (diff)
downloadopenssl-29ee1be50ca2bc8feb3efa1d75740bd539566516.tar.gz
Run find-doc-nits in travis
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2202)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c46956b65f..b6c87662dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ compiler:
- gcc
env:
- - CONFIG_OPTS="" DESTDIR="_install"
+ - CONFIG_OPTS="" DESTDIR="_install" CHECKDOCS="yes"
- CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
- CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
- CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
@@ -110,6 +110,9 @@ script:
cd _build;
fi
- $make update
+ - if [ -n "$CHECKDOCS" ]; then
+ $make doc-nits;
+ fi
- $make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then