This is:

Reviewed-by: Andres Gomez <ago...@igalia.com>

On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote:
> From: Emil Velikov <emil.veli...@collabora.com>
> 
> According to the manual
> 
> "If you are using ccache, use:
> 
>   language: c # or other C/C++ variants
> 
>   cache: ccache
> 
> to cache $HOME/.ccache and automatically add /usr/lib/ccache to your
> $PATH."
> 
> Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
> ---
>  .travis.yml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 061aed1bc7c..f34b762a4e5 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -5,8 +5,7 @@ dist: trusty
>  
>  cache:
>    apt: true
> -  directories:
> -    - $HOME/.ccache
> +  ccache: true
>  
>  addons:
>    apt:
> @@ -47,7 +46,6 @@ env:
>      - BUILD=scons
>  
>  install:
> -  - export PATH="/usr/lib/ccache:$PATH"
>    - pip install --user mako
>  
>    # Since libdrm gets updated in configure.ac regularly, try to pick up the
-- 
Br,

Andres
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to