diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-04-06 16:36:59 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-04-29 13:34:55 +0100 |
commit | 486f28ba88259cc70ee59ad67b2b4277b0da0ce4 (patch) | |
tree | d6b5ddfeebba59931b677599f9dcfd54973ba64a /.travis.yml | |
parent | 29322daef2b77c4d869d2945fa1226e6b433c687 (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 <emil.velikov@collabora.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
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 e317a02723..061aed1bc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false dist: trusty cache: + apt: true directories: - $HOME/.ccache |