Added .travis.yml

This commit is contained in:
Seth Morabito 2018-12-09 18:48:34 -08:00
parent 949f5f79b4
commit 1f31d4e38a
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo