From 4c33d42d0cdc82e741c441192568496f74c21d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Sun, 31 Jan 2016 17:29:46 +0000 Subject: .travis.yml: enable ccache for the builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Travis support ccache on a cache-per-branch basis. Given not much of the build changes between pushes as well as the duplication in each build it seems worthwhile enabling this. Signed-off-by: Alex Bennée Reviewed-by: David Gibson Tested-by: David Gibson --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 92f47ab25b..31d062fd80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: -- cgit v1.2.1