aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-06-02 17:37:03 +0200
committerRichard Levitte <levitte@openssl.org>2016-06-21 14:52:34 +0200
commita3414dc82c76526d64d23998301f6d5a9e4f0a33 (patch)
tree6606f9fd6e937c6feca22f09c5e5a85ee175857c /.travis.yml
parent3da9eeb1582ed06aad55aa1b450e37376fedf3ab (diff)
downloadopenssl-a3414dc82c76526d64d23998301f6d5a9e4f0a33.tar.gz
Travis: When testing install, install docs as well
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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 ..