.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>
This commit is contained in:
Alex Bennée 2016-01-31 17:29:46 +00:00
parent 15552dbbee
commit 4c33d42d0c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
compiler:
- gcc
- clang
cache: ccache
addons:
apt:
packages: