diff options
author | Jack Lloyd <[email protected]> | 2018-12-23 15:33:25 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-23 15:33:25 -0500 |
commit | 3e3a21ceef1bc25fd18743787d91f1c0adb525ea (patch) | |
tree | 147d72c2ca7b5772026b3c3ef407cbc08850fa7e /src/scripts/ci | |
parent | f7f42d07187b357dc5b4c3de53f29af88bd07eb6 (diff) |
Increase Travis ccache to 750M
Even 600M is not sufficient for the coverage build
Diffstat (limited to 'src/scripts/ci')
-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 80f38534a..37df3794c 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -13,7 +13,7 @@ compiler: env: global: - - CCACHE_MAXSIZE=600M + - CCACHE_MAXSIZE=750M matrix: - BUILD_MODE="shared" |