travis: disable msvc test for now

pull/1728/head
Alexander Medvednikov 2019-08-24 03:01:37 +03:00 committed by GitHub
parent 031e7fe113
commit c00be49d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Testing msvc bootstrapping"
./make_msvc.bat
#./make_msvc.bat
echo "Running make_tests.bat..."
./make_tests.bat
#./make_tests.bat
fi
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then