From 9207c44bd2425ee4a539f480cc993b4fe9e2ec67 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 8 Aug 2016 17:45:54 +0200 Subject: [PATCH] also cache files in clippy_lints, necessary for testing cargo-clippy --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c35f2a91..5453c43b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: rust rust: nightly sudo: false -cache: cargo +cache: + cargo: true + directories: + - clippy_lints/target env: global: