let nightly Rust always pass Travis' checks

This commit is contained in:
Sunshine 2019-12-12 19:53:43 -05:00 committed by GitHub
parent cf70383165
commit 9a7ea4fdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -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