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
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
|
- 1.13.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
@ -8,5 +9,6 @@ jobs:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
script:
|
script:
|
||||||
|
- cargo check --verbose --all --no-default-features
|
||||||
- cargo build --verbose --all --all-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