Raise the tested rustc version to 1.22.1
This commit is contained in:
parent
9b8774bbfa
commit
3d0c39f2c5
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
language: rust
|
||||
rust:
|
||||
- 1.22.1
|
||||
- 1.19.0
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
install:
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.18.0-i686-pc-windows-gnu.exe'
|
||||
- rust-1.18.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-gnu.exe'
|
||||
- rust-1.22.1-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- SET PATH=%PATH%;C:\MinGW\bin
|
||||
- rustc -V
|
||||
|
|
Loading…
Reference in a new issue