1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-10-16 11:58:41 -04:00
rust/.travis.yml
2020-04-26 15:47:18 +01:00

14 lines
No EOL
309 B
YAML

language: rust
before_script: sccache --version || cargo install sccache
script: RUSTC_WRAPPER=sccache cargo run
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