process: Don't build on stable, start w/ beta for now

This commit is contained in:
Alex Crichton
2019-06-24 16:56:46 -07:00
committed by Ivan Petkov
parent 4bd07ac6aa
commit 5e68b0d51d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
language: rust
rust:
- stable
#- stable
- beta
- nightly
sudo: false
+1 -1
View File
@@ -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