Merge pull request #996 from lzutao/temporary-disable-sccache

build(CI): Temporary disable sccache
This commit is contained in:
Eric Huss 2019-08-05 18:00:35 -07:00 committed by GitHub
commit 0f56c09d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ language: rust
cache:
directories:
- "$HOME/.cargo"
- "$HOME/.cache/sccache"
# - "$HOME/.cache/sccache"
env:
global:
@ -26,7 +26,7 @@ matrix:
before_install:
- |
export RUSTC_WRAPPER=sccache;
# export RUSTC_WRAPPER=sccache;
cd "$(mktemp -d)";
case "$TRAVIS_OS_NAME" in
linux )