We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a65043 commit 034ae0eCopy full SHA for 034ae0e
.travis.yml
@@ -2,6 +2,7 @@ language: rust
2
cache: cargo
3
rust:
4
- stable
5
+ - beta
6
os:
7
- linux
8
- osx
appveyor.yml
@@ -6,6 +6,10 @@ environment:
target: x86_64-pc-windows-msvc
- channel: stable
target: x86_64-pc-windows-gnu
9
+ - channel: beta
10
+ target: x86_64-pc-windows-msvc
11
12
+ target: x86_64-pc-windows-gnu
13
14
install:
15
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
0 commit comments