mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
also cache files in clippy_lints, necessary for testing cargo-clippy
This commit is contained in:
parent
dec3250ad6
commit
9207c44bd2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust: nightly
|
rust: nightly
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: cargo
|
cache:
|
||||||
|
cargo: true
|
||||||
|
directories:
|
||||||
|
- clippy_lints/target
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Add table
Reference in a new issue