Default to MSVC on Windows

This commit is contained in:
Joshua Groves
2020-03-30 09:00:30 -02:30
committed by Dzmitry Malyshau
parent 31e80d99b3
commit 0e7fc8282d

View File

@@ -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