Remove sccache work as it seems to hang in Travis

This commit is contained in:
Tom Parker-Shemilt 2020-05-31 10:53:21 +01:00
parent e240cb2238
commit 9ea4bae91c
1 changed files with 2 additions and 6 deletions

View File

@ -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