Require nightly Rust due to use of before_exec

This commit is contained in:
Matt Green 2016-10-20 11:40:30 -04:00
parent 532aed11bd
commit 1f91654662
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ env:
matrix:
include:
- os: linux
rust: stable
rust: nightly
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: stable
rust: nightly
env: TARGET=x86_64-apple-darwin
script:

View File

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