]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.travis.yml: Enable multiple caching features
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 3 Sep 2019 13:26:40 +0000 (15:26 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:32 +0000 (14:14 +0100)
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é <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20170809202712.6951-4-f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml

index 106f9b5d01ef67b871aea9e607ebc3e067a55988..c60cf2ec1351fedff234d355881767876b547059 100644 (file)
@@ -5,7 +5,8 @@ dist: xenial
 language: c
 compiler:
   - gcc
-cache: ccache
+cache:
+  ccache: true
 
 
 addons: