chore: add travis config file

This commit is contained in:
Kilerd Chan 2019-04-19 17:19:33 +08:00
parent 5650131974
commit b73fc11dac

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
script:
- cargo build
- cargo test --all