diff options
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; |