.travis.yml: Detect if 'make update' updated something
If it did, it really is something that should be checked in, and should therefore make a CI build fail. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3686)
This commit is contained in:
parent
5aba2b6e88
commit
46e5b661d4
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ script:
|
|||
- if [ -n "$DESTDIR" ]; then
|
||||
cd _build;
|
||||
fi
|
||||
- $make update
|
||||
- $make update;
|
||||
git diff --quiet
|
||||
- if [ -n "$CHECKDOCS" ]; then
|
||||
$make doc-nits;
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue