add travis config

This commit is contained in:
J. Ayo Akinyele 2018-07-24 21:44:16 -04:00
parent 7a4b273dce
commit de3d31ba08
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

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