Skip to content

Commit 34d3f16

Browse files
committed
add travis.yml
1 parent 3d4b55b commit 34d3f16

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: rust
2+
3+
cache: cargo
4+
5+
rust:
6+
- nightly
7+
- beta
8+
- stable
9+
10+
before_script:
11+
- (cargo install mdbook --git https://github.com/azerupi/mdBook.git --force || true)
12+
13+
script: /home/travis/.cargo/bin/mdbook test;

0 commit comments

Comments
 (0)