let nightly Rust always pass Travis' checks

pull/87/head
Sunshine 5 years ago committed by GitHub
parent cf70383165
commit 9a7ea4fdde
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