mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: stable
|
rust: beta
|
||||||
script:
|
script:
|
||||||
- cargo gen-kinds --verify
|
- cargo gen-kinds --verify
|
||||||
- cargo gen-tests --verify
|
- cargo gen-tests --verify
|
||||||
|
|
|
@ -2,7 +2,7 @@ os: Visual Studio 2015
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl https://win.rustup.rs/ --output rustup-init.exe
|
- 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
|
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||||
- rustc -vV
|
- rustc -vV
|
||||||
- cargo -vV
|
- cargo -vV
|
||||||
|
|
Loading…
Reference in a new issue