TravisCI config

This commit is contained in:
Andrew Radev 2019-03-16 11:08:34 +02:00
parent ef1aa2b690
commit 3857f46ab2

10
.travis.yml Normal file
View File

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