mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:02:38 +03:00
also cache files in clippy_lints, necessary for testing cargo-clippy
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
language: rust
|
||||
rust: nightly
|
||||
sudo: false
|
||||
cache: cargo
|
||||
cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- clippy_lints/target
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
Reference in New Issue
Block a user