.travis.yml: enable ccache for the builds
authorAlex Bennée <alex.bennee@linaro.org>
Sun, 31 Jan 2016 17:29:46 +0000 (17:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2016 18:49:58 +0000 (18:49 +0000)
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 <alex.bennee@linaro.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Tested-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index 92f47ab..31d062f 100644 (file)
@@ -5,6 +5,7 @@ python:
 compiler:
   - gcc
   - clang
+cache: ccache
 addons:
   apt:
     packages: