Add travis-ci script

This commit is contained in:
kyren 2017-05-22 23:00:32 -04:00
parent 7dc7d8edbe
commit 151d830bf4
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