Implement JsonSchema for atomics

This commit is contained in:
Graham Esau 2019-10-28 22:46:51 +00:00
parent 60bfc6ee49
commit cc896739d3
9 changed files with 168 additions and 112 deletions

View file

@ -10,6 +10,6 @@ jobs:
fast_finish: true
script:
- cd "${TRAVIS_BUILD_DIR}/schemars"
- cargo check --verbose --all --no-default-features
- cargo build --verbose --all --all-features
- cargo test --verbose --all --all-features --no-fail-fast
- cargo check --verbose --no-default-features
- cargo build --verbose --all-features
- cargo test --verbose --all-features --no-fail-fast