diff mbox

[PULL,4/6] .travis.yml: enable ccache for the builds

Message ID 1455021411-11817-5-git-send-email-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée Feb. 9, 2016, 12:36 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 92f47ab..31d062f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@  python:
 compiler:
   - gcc
   - clang
+cache: ccache
 addons:
   apt:
     packages: