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

Revert "travis: bring back msvs test"

This reverts commit 86d95fcd22.
This commit is contained in:
Alexander Medvednikov 2019-09-04 18:47:23 +03:00
parent 86d95fcd22
commit 3b4703e3b5

View File

@ -46,7 +46,7 @@ script:
echo "Running v test v..."
./v.exe test v
echo "Running v -os msvc test v..."
./v -os msvc test v
#./v -os msvc test v
##echo "Running only the repl tests directly"
##./v.exe ./compiler/tests/repl/repl_test.v
echo "Testing gcc bootstrapping"