From d599c5cc8514a8845cb2656d9567485b09cffb24 Mon Sep 17 00:00:00 2001 From: Sasha Hilton <sashahilton00@users.noreply.github.com> Date: Fri, 24 Jan 2020 00:27:57 +0100 Subject: [PATCH] Further reduce cache bloat --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 182adfdb..ee2bd7f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ before_cache: - rm -rfv target/debug/deps/liblibrespot-* - rm -rfv target/debug/deps/librespot-* - rm -rfv target/debug/{librespot,liblibrespot}.d - - cargo clean -p librespot librespot-core librespot-connect librespot-audio librespot-metadata librespot-playback + - rm -rfv target/debug/incremental/{build_script_build,librespot,librespot_core,librespot_connect,librespot_audio,librespot_metadata,librespot_playback,librespot_player,librespot_protocol}-* + - cargo clean -p librespot librespot-core librespot-connect librespot-audio librespot-metadata librespot-playback addons: apt: