We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec3250 commit 9207c44Copy full SHA for 9207c44
.travis.yml
@@ -1,7 +1,10 @@
1
language: rust
2
rust: nightly
3
sudo: false
4
-cache: cargo
+cache:
5
+ cargo: true
6
+ directories:
7
+ - clippy_lints/target
8
9
env:
10
global:
0 commit comments