diff --git a/.travis.yml b/.travis.yml index dbe44b21..9cedbb3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 )