Added travis integration tests
This commit is contained in:
parent
598e0b1eef
commit
954df18ea9
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failure:
|
||||
- rust: nightly
|
||||
# after_sucess: build a demo book an push to gh-pages branch
|
||||
Loading…
Add table
Reference in a new issue