add travis.yml for CI

This commit is contained in:
Henrik Friedrichsen
2019-03-03 01:30:27 +01:00
parent a562f0b7a7
commit bcd2563dee

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: rust
rust:
- stable
- beta
matrix:
fast_finish: true