add travis config

This commit is contained in:
lyn 2019-03-20 21:08:08 +01:00
parent f43cb124f6
commit 040ca18a64
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: rust
rust:
- stable
- beta
- nightly
script: cargo test --verbose -- --test-threads=1
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo