mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 15:28:40 +08:00
commit
2022f08eed
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
sudo: false
|
||||||
|
language: rust
|
||||||
|
|
||||||
|
rust:
|
||||||
|
- nightly
|
||||||
|
- beta
|
||||||
|
- stable
|
||||||
|
- 1.0.0
|
||||||
|
|
||||||
|
script:
|
||||||
|
- find . -name "*.md" | xargs -I{} rustdoc --test {}
|
Loading…
Reference in New Issue
Block a user