Added travis integration tests
This commit is contained in:
parent
598e0b1eef
commit
954df18ea9
|
@ -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…
Reference in New Issue