Add CCACHE infra and turn it on in travis

This commit is contained in:
Lars Bergstrom 2015-11-05 14:47:23 -06:00
parent 17a6cb5873
commit 5c5acc0249
4 changed files with 11 additions and 0 deletions

View file

@ -36,6 +36,8 @@ rustc-with-gold = true
android = false
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
debug-mozjs = false
# Set to the path to your ccache binary to enable caching of compiler outputs
#ccache = "/usr/local/bin/ccache"
# Android information
[android]