Update travis config
This commit is contained in:
parent
19c0937edc
commit
74c799f478
2 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
fast_finish: true
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --all --all-features
|
- cargo build --verbose --all --all-features
|
||||||
- cargo test --verbose --all --all-features
|
- cargo test --verbose --all --all-features
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# schemars
|
# schemars
|
||||||
|
|
||||||
|
[](https://travis-ci.org/GREsau/schemars)
|
||||||
|
[](https://crates.io/crates/schemars)
|
||||||
|
|
||||||
Generate JSON Schema documents from Rust code
|
Generate JSON Schema documents from Rust code
|
||||||
|
|
||||||
Work in progress!
|
Work in progress!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue