From 4cb74e742b0811b3e9031a18d0d3dd2c620cfde0 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 6 Dec 2020 09:30:48 +0100 Subject: [PATCH] Fix Travis caching build artifacts --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7d44d0..d25ca21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ jobs: - rust: nightly fast_finish: true -cache: cargo +cache: + - cargo + - 2020/target # Custom directory, for the correct year before_script: