Merge pull request #87 from snshn/let-nightly-rust-fail
let nightly Rust always pass Travis' checks
This commit is contained in:
commit
4637fed15c
1 changed files with 8 additions and 3 deletions
|
@ -16,6 +16,11 @@ before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --locked --verbose
|
- cargo build --all --locked --verbose
|
||||||
- cargo test --locked --verbose
|
- cargo test --all --locked --verbose
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in a new issue