mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Switch to beta
This commit is contained in:
parent
a230b438e0
commit
6605dbaff3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
matrix:
|
||||
include:
|
||||
- language: rust
|
||||
rust: stable
|
||||
rust: beta
|
||||
script:
|
||||
- cargo gen-kinds --verify
|
||||
- cargo gen-tests --verify
|
||||
|
|
|
@ -2,7 +2,7 @@ os: Visual Studio 2015
|
|||
|
||||
install:
|
||||
- curl https://win.rustup.rs/ --output rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- rustup-init -yv --default-toolchain beta --default-host x86_64-pc-windows-msvc
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
|
|
Loading…
Reference in a new issue