mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
travis: disable msvc test for now
This commit is contained in:
parent
031e7fe113
commit
c00be49d91
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue