meta: added .travis.yml

This commit is contained in:
Kat Marchán 2019-05-24 17:24:25 -07:00
parent cba2f0d39a
commit 1fbd6962a4
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
- cargo test