Skip to content

Commit

Permalink
Merge pull request #2 from rust-lang/travis
Browse files Browse the repository at this point in the history
Initial travis config
  • Loading branch information
steveklabnik committed Dec 14, 2015
2 parents c4bd1f9 + 41e82c8 commit 2022f08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: rust

rust:
- nightly
- beta
- stable
- 1.0.0

script:
- find . -name "*.md" | xargs -I{} rustdoc --test {}

0 comments on commit 2022f08

Please sign in to comment.