Run tests on rust 1.13.0
This commit is contained in:
parent
4750134611
commit
993a52900e
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
language: rust
|
||||
rust:
|
||||
- 1.13.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
@ -8,5 +9,6 @@ jobs:
|
|||
- rust: nightly
|
||||
fast_finish: true
|
||||
script:
|
||||
- cargo check --verbose --all --no-default-features
|
||||
- cargo build --verbose --all --all-features
|
||||
- cargo test --verbose --all --all-features
|
||||
- cargo test --verbose --all --all-features --no-fail-fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue