schemars/.travis.yml
2019-10-27 11:34:28 +00:00

14 lines
298 B
YAML

language: rust
rust:
- 1.13.0
- stable
- beta
- nightly
jobs:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo check --verbose --all --no-default-features
- cargo build --verbose --all --all-features
- cargo test --verbose --all --all-features --no-fail-fast