Add Travis configuration

This commit is contained in:
Curtis McEnroe 2015-11-28 22:29:36 -05:00
parent 31343875ce
commit 41b8d1a469
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