diff options
| author | bors <bors@rust-lang.org> | 2019-10-04 09:35:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-10-04 09:35:54 +0000 |
| commit | 933df2ab8ed64ec21b7878fb5fe7b319119a8cfa (patch) | |
| tree | bc9c4dfd2be8beaa4e9f5374e3ed1bd899439de9 | |
| parent | 249b6cac3e60ac4ac50dcf33460c905e2364630c (diff) | |
| parent | 2af199569625b9c3de01f9ebb034fc879d237264 (diff) | |
| download | rust-933df2ab8ed64ec21b7878fb5fe7b319119a8cfa.tar.gz rust-933df2ab8ed64ec21b7878fb5fe7b319119a8cfa.zip | |
Auto merge of #4621 - JohnTitor:fix-windows, r=phansch
Use windows-sdk-10.1 to avoid installation failure This fixes installation failure on Windows on Travis but we need to fix rustfmt issue first to pass the CI completely. changelog: none
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 38deb18949e..8f9c5e8f636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: npm install remark-cli remark-lint fi if [ "$TRAVIS_OS_NAME" == "windows" ]; then - choco install windows-sdk-10.0 + choco install windows-sdk-10.1 fi fi |
