diff options
author | Jack Lloyd <[email protected]> | 2018-12-23 16:52:53 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-23 16:52:53 -0500 |
commit | c84aa1e430a8d1565ecbd03fafbba426b38b76ec (patch) | |
tree | 97dded1a5207d39287887ad8c82d76b52c702b84 | |
parent | 897f6e8be4992d5ed685729adc21fcaa882a696f (diff) |
Increase Travis ccache size
The cache size increases will continue until hit rate improves.
-rw-r--r-- | src/scripts/ci/travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 70786243b..fc917dca4 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -13,7 +13,7 @@ compiler: env: global: - - CCACHE_MAXSIZE=750M + - CCACHE_MAXSIZE=800M matrix: - BUILD_MODE="shared" |