mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
12 lines
140 B
YAML
12 lines
140 B
YAML
|
sudo: false
|
||
|
language: rust
|
||
|
|
||
|
rust:
|
||
|
- nightly
|
||
|
- beta
|
||
|
- stable
|
||
|
- 1.0.0
|
||
|
|
||
|
script:
|
||
|
- find . -name "*.md" | xargs -I{} rustdoc --test {}
|