diff --git a/.travis.yml b/.travis.yml index 78ea1f0..120a4c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 9a7d3eb..c93b0dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # schemars + +[![Travis (.org)](https://img.shields.io/travis/GREsau/schemars?logo=travis)](https://travis-ci.org/GREsau/schemars) +[![Crates.io](https://img.shields.io/crates/v/schemars)](https://crates.io/crates/schemars) + Generate JSON Schema documents from Rust code Work in progress!