Merge pull request #87 from snshn/let-nightly-rust-fail

let nightly Rust always pass Travis' checks
pull/86/head
Sunshine 5 years ago committed by GitHub
commit 4637fed15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,11 @@ before_script:
- rustup component add rustfmt
script:
- cargo build --locked --verbose
- cargo test --locked --verbose
- cargo fmt --all -- --check
- cargo build --all --locked --verbose
- cargo test --all --locked --verbose
- cargo fmt --all -- --check
jobs:
allow_failures:
- rust: nightly
fast_finish: true

Loading…
Cancel
Save