travis: bring back msvs test

pull/1861/head^2
Alexander Medvednikov 2019-09-04 18:25:42 +03:00 committed by GitHub
parent afde6f582d
commit 86d95fcd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"