mirror of https://github.com/zkat/cacache-rs.git
meta: added .travis.yml
This commit is contained in:
parent
cba2f0d39a
commit
1fbd6962a4
|
|
@ -0,0 +1,9 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
before_script:
|
||||
- rustup component add clippy
|
||||
script:
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo test
|
||||
Loading…
Reference in New Issue