[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Nov 3 08:26:50 UTC 2017
The branch master has been updated
via d7948767556e68378b75196841b3d32dd70d169a (commit)
from de8c19cddd5c08b95f3872f6ce694dcd0f7ca58d (commit)
- Log -----------------------------------------------------------------
commit d7948767556e68378b75196841b3d32dd70d169a
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Nov 2 23:50:48 2017 +0100
Travis: if "make update" created a diff, please show it
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4652)
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d61fd9c..dfab8d3 100644
--- 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';
More information about the openssl-commits
mailing list