Skip to content

Commit

Permalink
.travis.yml: refine cache management.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jul 13, 2020
1 parent 70fba14 commit 250cecc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ notifications:
before_cache:
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"
- if [ "x$TRAVIS_LANGUAGE" = "xrust" ]; then
(cd bindings/rust; cargo clean -p blst;
(cd bindings/rust; cargo clean -p blst; cargo clean -p blst --release;
rm -rf target/.rustc_info.json;
rm -rf target/{debug,release}/.*/blst-*;
rm -rf target/{debug,release}/*/blst-*;
rm -rf target/{debug,release}/incremental;
rm -rf target/{debug,release}/build/src;
Expand Down

0 comments on commit 250cecc

Please sign in to comment.