rust-book-cn/.travis.yml
Steve Klabnik 41e82c8d49 Initial travis config
For now, we will do this find/xargs stuff, until
https://github.com/azerupi/mdBook/issues/69 happens
2015-12-14 11:04:46 -05:00

12 lines
140 B
YAML

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