From 74c799f478a949f5ce1a556ceafc314e0cb8b22d Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 21 Oct 2019 21:15:19 +0100 Subject: [PATCH] Update travis config --- .travis.yml | 8 ++++++++ README.md | 4 ++++ 2 files changed, 12 insertions(+) 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!