Skip to content

Commit 9207c44

Browse files
committed
also cache files in clippy_lints, necessary for testing cargo-clippy
1 parent dec3250 commit 9207c44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: rust
22
rust: nightly
33
sudo: false
4-
cache: cargo
4+
cache:
5+
cargo: true
6+
directories:
7+
- clippy_lints/target
58

69
env:
710
global:

0 commit comments

Comments
 (0)