build(CI): Temporary disable sccache

This commit is contained in:
Lzu Tao 2019-08-03 23:19:04 +07:00
parent 77af889a2e
commit 63ad3d9340
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 )