From 2c8c6e66361d5c744b5592d9b52cd036d67312ee Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 4 Sep 2019 18:01:50 +0300 Subject: [PATCH] travis: don't run msvc tests for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d70d58bbbc..b30aba26a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"