[Mesa-dev] [PATCH 04/16] travis: enable apt cache

Emil Velikov emil.l.velikov at gmail.com
Fri Apr 28 18:25:00 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

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 <emil.velikov at collabora.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
2.12.2



More information about the mesa-dev mailing list