Skip to content

Commit 034ae0e

Browse files
committed
Enable beta CI builds
1 parent 6a65043 commit 034ae0e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: rust
22
cache: cargo
33
rust:
44
- stable
5+
- beta
56
os:
67
- linux
78
- osx

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ environment:
66
target: x86_64-pc-windows-msvc
77
- channel: stable
88
target: x86_64-pc-windows-gnu
9+
- channel: beta
10+
target: x86_64-pc-windows-msvc
11+
- channel: beta
12+
target: x86_64-pc-windows-gnu
913

1014
install:
1115
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe

0 commit comments

Comments
 (0)