diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-09-03 15:26:43 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:32 +0100 |
commit | c1073e44b46490133e16420e1784dec7bcd4e030 (patch) | |
tree | 7535966779cd8d244c3267b4929ad73919f4a816 /.travis.yml | |
parent | 6e189d784b7a73799feccdb6aed5158d71dd388c (diff) |
.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.yml | 2 |
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: |