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