Skip to content

Commit 2022f08

Browse files
committed
Merge pull request #2 from rust-lang/travis
Initial travis config
2 parents c4bd1f9 + 41e82c8 commit 2022f08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: rust
3+
4+
rust:
5+
- nightly
6+
- beta
7+
- stable
8+
- 1.0.0
9+
10+
script:
11+
- find . -name "*.md" | xargs -I{} rustdoc --test {}

0 commit comments

Comments
 (0)