cacache-rs/.travis.yml

10 lines
153 B
YAML

language: rust
rust:
- stable
- beta
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
- cargo test