[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Fri Nov 3 08:27:53 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  0627fa84a26cf7becbf2a489b97631b42c4946e6 (commit)
      from  382253938fd95d8ac65c56ba74b5cf95b05f6ebf (commit)


- Log -----------------------------------------------------------------
commit 0627fa84a26cf7becbf2a489b97631b42c4946e6
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)
    
    (cherry picked from commit d7948767556e68378b75196841b3d32dd70d169a)

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

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ba2b537..b5fc443 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,7 +158,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