Travis: don't install openssl on Windows

pull/1625/head
Alexander Medvednikov 2019-08-16 17:07:28 +03:00 committed by GitHub
parent d6d17fe3f2
commit d3812a73d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ script:
fi fi
- | - |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
choco install openssl.light
echo "Testing msvc bootstrapping" echo "Testing msvc bootstrapping"
./make_msvc.bat ./make_msvc.bat
echo "Running make_tests.bat..." echo "Running make_tests.bat..."