summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-09-03 15:26:42 +0200
committerAlex Bennée2019-09-10 15:14:32 +0200
commit6e189d784b7a73799feccdb6aed5158d71dd388c (patch)
treed86c82560f03a40f299bc7b930493e9f0d11f017 /.travis.yml
parent.travis.yml: Increase cache timeout from 3min to 20min (diff)
downloadqemu-6e189d784b7a73799feccdb6aed5158d71dd388c.tar.gz
qemu-6e189d784b7a73799feccdb6aed5158d71dd388c.tar.xz
qemu-6e189d784b7a73799feccdb6aed5158d71dd388c.zip
.travis.yml: Cache Python PIP packages
We always install the same packages ever and ever, cache them. See https://docs.travis-ci.com/user/caching/#pip-cache 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.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ae55dc41d..0e3c2b0021 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ compiler:
cache:
timeout: 1200
ccache: true
+ pip: true
addons: