1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-12-12 19:18:26 +02:00
awesome-rust/.travis.yml
2020-04-26 15:00:12 +01:00

15 lines
294 B
YAML

language: rust
before_script: cargo install sccache
script: cargo run
env:
global:
- RUST_LOG=warn
- RUSTC_WRAPPER=sccache
- SCCACHE_CACHE_SIZE=1G
cache:
directories:
- ~/.cargo/bin
- ~/.cache/sccache
- results # So we don't have to check all the things every time