summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-09-03 15:26:43 +0200
committerAlex Bennée2019-09-10 15:14:32 +0200
commitc1073e44b46490133e16420e1784dec7bcd4e030 (patch)
tree7535966779cd8d244c3267b4929ad73919f4a816 /.travis.yml
parent.travis.yml: Cache Python PIP packages (diff)
downloadqemu-c1073e44b46490133e16420e1784dec7bcd4e030.tar.gz
qemu-c1073e44b46490133e16420e1784dec7bcd4e030.tar.xz
qemu-c1073e44b46490133e16420e1784dec7bcd4e030.zip
.travis.yml: Cache Avocado cache
Avocado tests download artifacts from various sources. These sources sometime have network issues resulting in build failures. Cache Avocado cache to reduce build failure. See https://docs.travis-ci.com/user/caching/#arbitrary-directories Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e3c2b0021..097a844d68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ cache:
timeout: 1200
ccache: true
pip: true
+ directories:
+ - $HOME/avocado/data/cache
addons: