MAINT: Add travis configuration file.

This commit is contained in:
Jeremy Wall 2018-09-12 21:02:46 -05:00
parent 7b71de78f9
commit 1b3b37bbba

4
.travis.yml Normal file
View File

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