mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-18 03:25:31 +00:00
remove .travis.yml
This commit is contained in:
parent
8653d5cb41
commit
2808a97165
14
.travis.yml
14
.travis.yml
@ -1,14 +0,0 @@
|
|||||||
language: rust
|
|
||||||
before_script: sccache --version || cargo install sccache
|
|
||||||
script: RUSTC_WRAPPER=sccache cargo run || true
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- RUST_LOG=warn
|
|
||||||
- SCCACHE_CACHE_SIZE=1G
|
|
||||||
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- ~/.cargo/bin
|
|
||||||
- ~/.cache/sccache
|
|
||||||
- results # So we don't have to check all the things every time
|
|
Loading…
Reference in New Issue
Block a user