summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-01-29 11:18:39 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-02-06 16:46:08 +0100
commit912f8a988ac16837ae24b32c863e895283380333 (patch)
tree7875ebfb889736f015e778aeea152b9d36bac87d /.travis.yml
parent54f78b1786b5b46177638d852125ddcce983df55 (diff)
Add cmd-nits to travis build
Update CHANGES to have a complete and uniform description. Fixes #9730 Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10972)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7256b3bccb..b244383d2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -228,6 +228,10 @@ script:
echo -e '\052\052 FAILED -- MAKE';
travis_terminate 1;
fi;
+ - if test -n "$CHECKDOCS" && ! $make cmd-nits; then
+ echo -e '\052\052 FAILED -- MAKE CMD-NITS';
+ travis_terminate 1;
+ fi
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then
sudo dpkg --add-architecture i386;