diff options
author | Richard Levitte <levitte@openssl.org> | 2016-06-02 17:37:03 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-06-21 14:52:34 +0200 |
commit | a3414dc82c76526d64d23998301f6d5a9e4f0a33 (patch) | |
tree | 6606f9fd6e937c6feca22f09c5e5a85ee175857c /.travis.yml | |
parent | OpenSSL::Test: Fix directory calculations in __cwd() (diff) | |
download | openssl-a3414dc82c76526d64d23998301f6d5a9e4f0a33.tar.xz openssl-a3414dc82c76526d64d23998301f6d5a9e4f0a33.zip |
Travis: When testing install, install docs as well
Reviewed-by: Matt Caswell <matt@openssl.org>
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 df3e570574..38a298ad75 100644 --- 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 .. |