Skip to content

Commit b029b4e

Browse files
committed
Reduce Windows CI to just stable Rust
1 parent 401678e commit b029b4e

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

appveyor.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,12 @@ environment:
77
CHANNEL: stable
88
RUSTFLAGS: --cfg rayon_unstable
99

10-
- TARGET: x86_64-pc-windows-gnu
11-
CHANNEL: beta
12-
- TARGET: x86_64-pc-windows-gnu
13-
CHANNEL: beta
14-
RUSTFLAGS: --cfg rayon_unstable
15-
16-
- TARGET: x86_64-pc-windows-gnu
17-
CHANNEL: nightly
18-
- TARGET: x86_64-pc-windows-gnu
19-
CHANNEL: nightly
20-
RUSTFLAGS: --cfg rayon_unstable
21-
22-
2310
- TARGET: x86_64-pc-windows-msvc
2411
CHANNEL: stable
2512
- TARGET: x86_64-pc-windows-msvc
2613
CHANNEL: stable
2714
RUSTFLAGS: --cfg rayon_unstable
2815

29-
- TARGET: x86_64-pc-windows-msvc
30-
CHANNEL: beta
31-
- TARGET: x86_64-pc-windows-msvc
32-
CHANNEL: beta
33-
RUSTFLAGS: --cfg rayon_unstable
34-
35-
- TARGET: x86_64-pc-windows-msvc
36-
CHANNEL: nightly
37-
- TARGET: x86_64-pc-windows-msvc
38-
CHANNEL: nightly
39-
RUSTFLAGS: --cfg rayon_unstable
40-
4116
install:
4217
- curl -sSf -o rustup-init.exe https://win.rustup.rs
4318
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y

0 commit comments

Comments
 (0)