Merge pull request #1024 from rust-unofficial/luciusmagn-patch-2

temporarily neuter travis
pull/1025/head^2
Lukáš Hozda [magnusi] 3 years ago committed by GitHub
commit aa985cc436
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:

Loading…
Cancel
Save