summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-06-12 08:57:43 +0200
committerRichard Levitte <levitte@openssl.org>2018-06-12 12:31:45 +0200
commitcaf12bd6754987d99b9e27f2422136a48e53cc86 (patch)
tree22248ab7a1df1cdb040dcae1bb0e92df6766a7c8
parentaa6cc8d33c107c8b6d2e9bbffe52086e191f607b (diff)
.travis.yml: give make update exit code meaning again
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6461)
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7092953402..34ccf809d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -186,8 +186,8 @@ script:
echo -e '+\057 MAKE UPDATE OK';
else
echo -e '+\057 MAKE UPDATE FAILED'; false;
- fi;
- git diff --exit-code
+ fi
+ - git diff --exit-code
- if [ -n "$CHECKDOCS" ]; then
if $make doc-nits; then
echo -e '+\057\057 MAKE DOC-NITS OK';