add travis configuration

This commit is contained in:
Marc-Antoine Arnaud 2018-04-09 19:06:04 +02:00
parent d002cabe95
commit 2b2495e7b4

19
.travis.yml Normal file
View File

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