Add travis testing support.

This commit is contained in:
Sean Bowe 2019-01-03 11:51:08 -07:00
parent 8be50c9531
commit 813cf16ff2
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: rust
rust:
- 1.31
script:
- cargo test --verbose --release --all