schemars/.travis.yml
2019-10-21 21:15:19 +01:00

12 lines
218 B
YAML

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