projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731cbb6
)
.travis.yml: Cache Python PIP packages
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Tue, 3 Sep 2019 13:26:42 +0000
(15:26 +0200)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:32 +0000
(14:14 +0100)
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>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7ae55dc41d95eac4afdb4662e2505dcdea6f91b0..0e3c2b0021c19264fcab26ebf2aee503f0d435da 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-8,6
+8,7
@@
compiler:
cache:
timeout: 1200
ccache: true
+ pip: true
addons: