Skip to content

Commit

Permalink
.travis.yml: Cache Avocado cache
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
philmd authored and stsquad committed Sep 10, 2019
1 parent 6e189d7 commit c1073e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,8 @@ cache:
timeout: 1200
ccache: true
pip: true
directories:
- $HOME/avocado/data/cache


addons:
Expand Down

0 comments on commit c1073e4

Please sign in to comment.