From 9ea4bae91c4c188050c5d9c15ff1dc1eb168c955 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 31 May 2020 10:53:21 +0100 Subject: [PATCH] Remove sccache work as it seems to hang in Travis --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ebd83b..0b914ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,10 @@ language: rust -before_script: sccache --version || cargo install sccache -script: RUSTC_WRAPPER=sccache cargo run +script: cargo run env: global: - - RUST_LOG=info - - SCCACHE_CACHE_SIZE=1G + - RUST_LOG=warn cache: directories: - - ~/.cargo/bin - - ~/.cache/sccache - results # So we don't have to check all the things every time \ No newline at end of file