projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6cc8d
)
.travis.yml: give make update exit code meaning again
author
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jun 2018 06:57:43 +0000
(08:57 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 Jun 2018 10:31:45 +0000
(12:31 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6461)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7092953402bbc562aad02c7db6c8a4254b99fecd..34ccf809d46532bdd08f923c90e4f0f58cba54af 100644
(file)
--- 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';