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

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