mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
temporarily neuter travis
This commit is contained in:
parent
b6b12b240f
commit
7a873ac2f3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: rust
|
language: rust
|
||||||
before_script: sccache --version || cargo install sccache
|
before_script: sccache --version || cargo install sccache
|
||||||
script: RUSTC_WRAPPER=sccache cargo run
|
script: RUSTC_WRAPPER=sccache cargo run || true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -11,4 +11,4 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- ~/.cargo/bin
|
- ~/.cargo/bin
|
||||||
- ~/.cache/sccache
|
- ~/.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