awesome-rust/.travis.yml

19 lines
584 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-*
2020-03-08 16:51:41 +00:00
- rm -rfv target/debug/deps/awesome_rust-*
- rm -rfv target/debug/awesome_rust.d
2020-02-25 00:19:19 +00:00
- rm -rfv target/debug/incremental/awesome_rust-*
- rm -rfv /home/travis/.cargo/registry/