1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00
rust/.travis.yml

19 lines
585 B
YAML
Raw Normal View History

2020-01-10 18:07:36 -05:00
language: rust
2020-01-10 18:12:28 -05:00
script: cargo run
2020-01-30 10:50:02 -05:00
env:
global:
- RUST_LOG=warn
# Cache hints based off of https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307
cache:
cargo: true
directories:
- $TRAVIS_BUILD_DIR/results # So we don't have to check all the things every time
before_cache:
- rm -rfv target/debug/incremental/awesome_rust-*
- rm -rfv target/debug/.fingerprint/awesome_rust-*
- rm -rfv target/debug/deps/awesome_crate-*
- rm -rfv target/debug/awesome_rust.d
2020-02-24 19:19:19 -05:00
- rm -rfv target/debug/incremental/awesome_rust-*
- rm -rfv /home/travis/.cargo/registry/