Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 0e7fc82

Browse files
grovesNLkvark
authored andcommitted
Default to MSVC on Windows
1 parent 31e80d9 commit 0e7fc82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ branches:
99
except:
1010
- staging.tmp
1111

12+
before_install:
13+
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default stable-msvc; fi
14+
1215
script:
1316
- cargo check
1417
- cargo test --no-run

0 commit comments

Comments
 (0)