From 5302b8c9940d3251b49250aa84ae7574b99026fa Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 26 Apr 2020 15:15:49 +0100 Subject: [PATCH] Don't set RUSTC_WRAPPER until we've installed sccache --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6832301..10ee3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: rust before_script: cargo install sccache -script: cargo run +script: RUSTC_WRAPPER=sccache cargo run env: global: - RUST_LOG=warn - - RUSTC_WRAPPER=sccache - SCCACHE_CACHE_SIZE=1G cache: