Add travis-ci

This commit is contained in:
John Gallagher 2014-11-04 11:37:40 -05:00
parent 2e32213ac5
commit 76be900c8c

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: rust
script:
- cargo build
- cargo test
- cargo doc --no-deps