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
11
.travis.yml
11
.travis.yml
|
@ -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…
Reference in a new issue