[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Jun 15 15:18:48 UTC 2017


The branch master has been updated
       via  46e5b661d435b11652b90cd9e06cbf6606d3b61a (commit)
      from  5aba2b6e88d1d7fc921d2161af27a0835f966ea9 (commit)


- Log -----------------------------------------------------------------
commit 46e5b661d435b11652b90cd9e06cbf6606d3b61a
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)

-----------------------------------------------------------------------

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


More information about the openssl-commits mailing list