Add travis CI

This commit is contained in:
Graham Esau 2019-10-21 21:11:37 +01:00
parent bde26bcc47
commit 19c0937edc

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
language: rust
script:
- cargo build --verbose --all --all-features
- cargo test --verbose --all --all-features