mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-10-30 12:16:08 -04:00
Remove sccache work as it seems to hang in Travis
This commit is contained in:
parent
e240cb2238
commit
9ea4bae91c
1 changed files with 2 additions and 6 deletions
|
@ -1,14 +1,10 @@
|
||||||
language: rust
|
language: rust
|
||||||
before_script: sccache --version || cargo install sccache
|
script: cargo run
|
||||||
script: RUSTC_WRAPPER=sccache cargo run
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- RUST_LOG=info
|
- RUST_LOG=warn
|
||||||
- SCCACHE_CACHE_SIZE=1G
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ~/.cargo/bin
|
|
||||||
- ~/.cache/sccache
|
|
||||||
- results # So we don't have to check all the things every time
|
- results # So we don't have to check all the things every time
|
Loading…
Reference in a new issue