From 0e7fc8282dab2b1efdedcdd1f07225cbc95cff5b Mon Sep 17 00:00:00 2001 From: Joshua Groves Date: Mon, 30 Mar 2020 09:00:30 -0230 Subject: [PATCH] Default to MSVC on Windows --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba8650f623..535d522d35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ branches: except: - staging.tmp +before_install: + - if [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default stable-msvc; fi + script: - cargo check - cargo test --no-run