Use Travis CI

This commit is contained in:
Mike Welsh 2016-08-30 13:40:55 -07:00
parent 88c87a9281
commit 3d898d55b6
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly