Add .travis.yml

master
Andrew J. Stone 2017-11-25 18:03:37 -05:00
parent 0ae2476878
commit c6008c4c77
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