Merge branch 'master' into multi-PR

pull/1025/head
Lukáš Hozda [magnusi] 3 years ago committed by GitHub
commit ea8a86f376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save