diff options
author | Rich Salz <rsalz@akamai.com> | 2020-01-29 17:18:39 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-02-06 16:46:08 +0100 |
commit | 912f8a988ac16837ae24b32c863e895283380333 (patch) | |
tree | 7875ebfb889736f015e778aeea152b9d36bac87d /.travis.yml | |
parent | The -hmac option to speed is now #ifdef'd (diff) | |
download | openssl-912f8a988ac16837ae24b32c863e895283380333.tar.xz openssl-912f8a988ac16837ae24b32c863e895283380333.zip |
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.yml | 4 |
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; |