awesome-rust/.travis.yml

18 lines
543 B
YAML
Raw Normal View History

2020-01-10 23:07:36 +00:00
language: rust
2020-01-10 23:12:28 +00:00
script: cargo run
2020-01-30 15:50:02 +00: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
- rm -rfv target/debug/incremental/awesome_rust-*