Browse Source

.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>
pull/36/head
Alex Bennée 11 years ago
parent
commit
4c33d42d0c
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save