CI: Use stable channel on AppVeyor

This commit is contained in:
Matt Green 2016-11-15 17:19:15 -05:00
parent d80eb45d5a
commit 271ef84192
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ environment:
PROJECT_NAME: watchexec
matrix:
- TARGET: x86_64-pc-windows-gnu
CHANNEL: nightly
CHANNEL: stable
# Install Rust and Cargo
# (Based on from https://github.com/rust-lang/libc/blob/master/appveyor.yml)