aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 3083b411..59aa1f28 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -25,14 +25,9 @@ if [ -n "${OPENSSL}" ]; then
shlib_sed
make depend
make -j"$(nproc)"
- if [[ "${OPENSSL}" =~ 1.0.1 ]]; then
- # OpenSSL 1.0.1 doesn't support installing without the docs.
- make install
- else
- # avoid installing the docs
- # https://github.com/openssl/openssl/issues/6685#issuecomment-403838728
- make install_sw install_ssldirs
- fi
+ # avoid installing the docs
+ # https://github.com/openssl/openssl/issues/6685#issuecomment-403838728
+ make install_sw install_ssldirs
popd
fi
elif [ -n "${LIBRESSL}" ]; then