Travis: don't install openssl on Windows
parent
d6d17fe3f2
commit
d3812a73d3
|
@ -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..."
|
||||||
|
|
Loading…
Reference in New Issue