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

Andres Gomez agomez at igalia.com
Fri Apr 28 10:50:41 UTC 2017


Do we want to do this?

According to Travis own doc, there is little to no gain:
https://docs.travis-ci.com/user/caching/#Things-not-to-cache

On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> 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
>  
-- 
Br,

Andres


More information about the mesa-dev mailing list