Added travis integration tests

This commit is contained in:
Mathieu David 2015-08-01 10:35:09 +02:00
parent 598e0b1eef
commit 954df18ea9
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View 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