Merge pull request #54 from ebfull/travis

Add travis testing support.
This commit is contained in:
ebfull 2019-01-03 12:14:15 -07:00 committed by GitHub
commit c03871779a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: rust
rust:
- 1.31.0
cache: cargo
script:
- cargo test --verbose --release --all