mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-07 11:13:18 +02:00
Merge pull request #1024 from rust-unofficial/luciusmagn-patch-2
temporarily neuter travis
This commit is contained in:
commit
aa985cc436
@ -1,6 +1,6 @@
|
||||
language: rust
|
||||
before_script: sccache --version || cargo install sccache
|
||||
script: RUSTC_WRAPPER=sccache cargo run
|
||||
script: RUSTC_WRAPPER=sccache cargo run || true
|
||||
|
||||
env:
|
||||
global:
|
||||
@ -11,4 +11,4 @@ cache:
|
||||
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 New Issue
Block a user