mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
process: Don't build on stable, start w/ beta for now
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
#- stable
|
||||
- beta
|
||||
- nightly
|
||||
sudo: false
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ environment:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
install:
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
- rustup-init.exe -y --default-host %TARGET%
|
||||
- rustup-init.exe -y --default-host %TARGET% --default-toolchain beta
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
|
||||
Reference in New Issue
Block a user