meta: remove travis

This commit is contained in:
Kat Marchán 2019-08-31 21:16:40 -07:00
parent 60508ab258
commit 25a191887d
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 0 additions and 9 deletions

View File

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