diff options
author | Emil Velikov <[email protected]> | 2017-04-06 16:36:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-30 09:46:31 +0100 |
commit | 2acd78cfab83fbc97e1bb238f05f7269685f6c3e (patch) | |
tree | 05dd3411079a2a4c1b8b004d4d7b81284666a795 /.travis.yml | |
parent | 642228ceaf9b7e6a493ec19e4c707f1088680aba (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]>
(cherry picked from commit 486f28ba88259cc70ee59ad67b2b4277b0da0ce4)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |