projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de8c19c
)
Travis: if "make update" created a diff, please show it
author
Richard Levitte
<levitte@openssl.org>
Thu, 2 Nov 2017 22:50:48 +0000
(23:50 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 3 Nov 2017 08:26:44 +0000
(09:26 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4652)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index d61fd9cefb751d3630dc670e0401e2bf6c51799f..dfab8d3efaf1a25578b22c75f03e53b69cf717f8 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-168,7
+168,7
@@
script:
else
echo -e '+\057 MAKE UPDATE FAILED'; false;
fi;
- git diff --
quiet
+ git diff --
exit-code
- if [ -n "$CHECKDOCS" ]; then
if $make doc-nits; then
echo -e '+\057\057 MAKE DOC-NITS OK';