mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-25 13:20:21 +00:00
Merge pull request #1024 from rust-unofficial/luciusmagn-patch-2
temporarily neuter travis
This commit is contained in:
commit
aa985cc436
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue