We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4bd1f9 + 41e82c8 commit 2022f08Copy full SHA for 2022f08
.travis.yml
@@ -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