Add travis.yml

This commit is contained in:
Paul Hauner 2018-07-12 15:04:02 +10:00
parent 6ad9eaee06
commit ae15382911

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