From: Philippe Mathieu-Daudé Date: Tue, 3 Sep 2019 13:26:40 +0000 (+0200) Subject: .travis.yml: Enable multiple caching features X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4bc629b2fb28dc36eae3a61f1d1c0536ba619167;p=qemu.git .travis.yml: Enable multiple caching features Using the 'multiple caching features' means explode the YAML array, thus it eases the git workflow (it is easier to move patches around). See https://docs.travis-ci.com/user/caching#enabling-multiple-caching-features Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Message-Id: <20170809202712.6951-4-f4bug@amsat.org> Signed-off-by: Alex Bennée --- diff --git a/.travis.yml b/.travis.yml index 106f9b5d01..c60cf2ec13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ dist: xenial language: c compiler: - gcc -cache: ccache +cache: + ccache: true addons: