From 1e307e5e8aaa1f67f0654f9adb018b725481a481 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 12 Apr 2020 19:27:26 -0400 Subject: Remove some remaining 1.0.1 cruft (#5193) --- .travis/install.sh | 11 +++-------- 1 file 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 -- cgit v1.2.3