We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d23ea6 + 9dcf4aa commit 10519afCopy full SHA for 10519af
.travis.yml
@@ -0,0 +1,10 @@
1
+language: rust
2
+
3
+rust:
4
+ - nightly
5
6
+before_script:
7
+ - (cargo install mdbook --git https://github.com/azerupi/mdBook.git --force || true)
8
9
+script:
10
+ - export PATH=$PATH:/home/travis/.cargo/bin && mdbook test
0 commit comments