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
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
jobs:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
script:
|
||||
- cargo build --verbose --all --all-features
|
||||
- cargo test --verbose --all --all-features
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# schemars
|
||||
|
||||
[](https://travis-ci.org/GREsau/schemars)
|
||||
[](https://crates.io/crates/schemars)
|
||||
|
||||
Generate JSON Schema documents from Rust code
|
||||
|
||||
Work in progress!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue