rust-book-cn/.travis.yml

12 lines
140 B
YAML
Raw Normal View History

sudo: false
language: rust
rust:
- nightly
- beta
- stable
- 1.0.0
script:
- find . -name "*.md" | xargs -I{} rustdoc --test {}