Remove transient build artifacts from Travis cache
This commit is contained in:
parent
88bc1d5290
commit
643a7b4512
1 changed files with 6 additions and 0 deletions
|
@ -70,5 +70,11 @@ after_deploy:
|
|||
|
||||
before_cache:
|
||||
rm -rf target/debug/juniper*
|
||||
rm -rf target/debug/libjuniper*
|
||||
rm -rf target/debug/.fingerprint/juniper*
|
||||
|
||||
rm -rf target/release/juniper*
|
||||
rm -rf target/release/libjuniper*
|
||||
rm -rf target/release/.fingerprint/juniper*
|
||||
|
||||
rm -rf target/package/
|
||||
|
|
Loading…
Reference in a new issue