diff options
author | Richard Levitte <levitte@openssl.org> | 2017-11-02 23:50:48 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-11-03 09:26:44 +0100 |
commit | d7948767556e68378b75196841b3d32dd70d169a (patch) | |
tree | 226c2b972d3c9711acc5db5f8e3fe00c9f9f06cc /.travis.yml | |
parent | Update CHANGES and NEWS for new release (diff) | |
download | openssl-d7948767556e68378b75196841b3d32dd70d169a.tar.xz openssl-d7948767556e68378b75196841b3d32dd70d169a.zip |
Travis: if "make update" created a diff, please show it
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4652)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d61fd9cefb..dfab8d3efa 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'; |