diff options
author | Jack Lloyd <[email protected]> | 2017-08-29 09:31:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-29 09:31:11 -0400 |
commit | 5631a1bb84043f5bfbca73a2f3aca42cd323a469 (patch) | |
tree | 727496407ed579a19db1896de9e5272f8021d282 | |
parent | 1ab497321c90a3383b47656b6b7287de14f34323 (diff) |
Set USE_CCACHE in Travis yaml
I'm not sure why this is required or what exactly uses it but
it seems required for Travis to import our CCACHE env vars.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 92dcf75a4..bfda08427 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ compiler: env: global: + - USE_CCACHE=1 - CCACHE_MAXSIZE=100M - CCACHE_MAXFILES=1000 - CCACHE_COMPRESS=1 |