Travis: When testing install, install docs as well

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Richard Levitte 2016-06-02 17:37:03 +02:00
parent 3da9eeb158
commit a3414dc82c

View File

@ -91,7 +91,7 @@ script:
fi
- if [ -n "$DESTDIR" ]; then
mkdir "../$DESTDIR";
make install DESTDIR="../$DESTDIR";
make install install_docs DESTDIR="../$DESTDIR";
fi
- cd ..