1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

travis: disable msvc test for now

This commit is contained in:
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

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