diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2016-01-31 17:29:46 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2016-02-08 18:49:58 +0000 |
commit | 4c33d42d0cdc82e741c441192568496f74c21d09 (patch) | |
tree | 9a8c2544d18bcdb69d769a1a95b3b0d3bd004f24 /.travis.yml | |
parent | 15552dbbee6f35b732759a5e584f1a37ac1ed2d2 (diff) |
.travis.yml: enable ccache for the builds
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>
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 92f47ab25b..31d062fd80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: |