summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-01-31 17:29:46 +0000
committerAlex Bennée <alex.bennee@linaro.org>2016-02-08 18:49:58 +0000
commit4c33d42d0cdc82e741c441192568496f74c21d09 (patch)
tree9a8c2544d18bcdb69d769a1a95b3b0d3bd004f24 /.travis.yml
parent15552dbbee6f35b732759a5e584f1a37ac1ed2d2 (diff)
downloadqemu-4c33d42d0cdc82e741c441192568496f74c21d09.tar.gz
.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.yml1
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: