We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d823163 commit c967031Copy full SHA for c967031
.travis.yml
@@ -68,6 +68,11 @@ cache: cargo
68
before_cache:
69
# Travis can't cache files that are not readable by "others"
70
- chmod -R a+r $HOME/.cargo
71
+ - find ./target/debug -type f -maxdepth 1 -delete
72
+ - rm -f ./target/.rustc_info.json
73
+ - rm -fr ./target/debug/{deps,.fingerprint}/tantivy*
74
+ - rm -r target/debug/examples/
75
+ - ls -1 examples/ | sed -e 's/\.rs$//' | xargs -I "{}" find target/* -name "*{}*" -type f -delete
76
77
#branches:
78
# only:
0 commit comments