[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Thu Jun 15 15:20:13 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 85bbb9e6189e158647b1cb15c5c1dea32882240e (commit)
from 4b797282c23450406c2dc73aea051b4b85589b8d (commit)
- Log -----------------------------------------------------------------
commit 85bbb9e6189e158647b1cb15c5c1dea32882240e
Author: Richard Levitte <levitte at openssl.org>
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 <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3686)
(cherry picked from commit 46e5b661d435b11652b90cd9e06cbf6606d3b61a)
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 4778480..76ead01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,7 +187,8 @@ script:
else
top=.;
fi
- - $make update
+ - $make update;
+ git diff --quiet
- $make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then
More information about the openssl-commits
mailing list