summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-06 16:36:59 +0100
committerEmil Velikov <[email protected]>2017-04-29 13:34:55 +0100
commit486f28ba88259cc70ee59ad67b2b4277b0da0ce4 (patch)
treed6b5ddfeebba59931b677599f9dcfd54973ba64a /.travis.yml
parent29322daef2b77c4d869d2945fa1226e6b433c687 (diff)
travis: enable apt cache
Provides a small, but consistent improvement. Example numbers of the jobs added later in the series. "make loaders/classic DRI" - 1s "scons SWR" - 6s Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]>
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 e317a027233..061aed1bc7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ sudo: false
dist: trusty
cache:
+ apt: true
directories:
- $HOME/.ccache