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:
3da9eeb
)
Travis: When testing install, install docs as well
author
Richard Levitte
<levitte@openssl.org>
Thu, 2 Jun 2016 15:37:03 +0000
(17:37 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 21 Jun 2016 12:52:34 +0000
(14:52 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index df3e570574089f5c06f76bc20f0b50a05a788c47..38a298ad75ee2385657cd2a1a01956adfe994b19 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-91,7
+91,7
@@
script:
fi
- if [ -n "$DESTDIR" ]; then
mkdir "../$DESTDIR";
- make install DESTDIR="../$DESTDIR";
+ make install
install_docs
DESTDIR="../$DESTDIR";
fi
- cd ..