summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-09-03 15:26:40 +0200
committerAlex Bennée2019-09-10 15:14:32 +0200
commit4bc629b2fb28dc36eae3a61f1d1c0536ba619167 (patch)
tree635b95ef204710ea6f2cb7c601eba40c06712d3a /.travis.yml
parentconfigure: check if --no-pie is supported first (diff)
downloadqemu-4bc629b2fb28dc36eae3a61f1d1c0536ba619167.tar.gz
qemu-4bc629b2fb28dc36eae3a61f1d1c0536ba619167.tar.xz
qemu-4bc629b2fb28dc36eae3a61f1d1c0536ba619167.zip
.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é <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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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: