mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
.travis.yml: give make update exit code meaning again
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6461)
This commit is contained in:
parent
aa6cc8d33c
commit
caf12bd675
@ -186,8 +186,8 @@ script:
|
||||
echo -e '+\057 MAKE UPDATE OK';
|
||||
else
|
||||
echo -e '+\057 MAKE UPDATE FAILED'; false;
|
||||
fi;
|
||||
git diff --exit-code
|
||||
fi
|
||||
- git diff --exit-code
|
||||
- if [ -n "$CHECKDOCS" ]; then
|
||||
if $make doc-nits; then
|
||||
echo -e '+\057\057 MAKE DOC-NITS OK';
|
||||
|
Loading…
Reference in New Issue
Block a user