The branch master has been updated
via 46e5b661d435b11652b90cd9e06cbf6606d3b61a (commit)
from 5aba2b6e88d1d7fc921d2161af27a0835f966ea9 (commit)
- Log -----------------------------------------------------------------
commit 46e5b661d435b11652b90cd9e06cbf6606d3b61a
Author: Richard Levitte <[email protected]>
Date: Thu Jun 15 16:52:18 2017 +0200
.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 <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/3686)
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a7ef6ff..b9e12fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits