aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-29 09:31:11 -0400
committerJack Lloyd <[email protected]>2017-08-29 09:31:11 -0400
commit5631a1bb84043f5bfbca73a2f3aca42cd323a469 (patch)
tree727496407ed579a19db1896de9e5272f8021d282
parent1ab497321c90a3383b47656b6b7287de14f34323 (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.yml1
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