Travis: windows openssl fix

pull/1493/head
Alexander Medvednikov 2019-08-06 17:23:41 +02:00 committed by GitHub
parent 9642d03e2b
commit 0851848080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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