Remove transient build artifacts from Travis cache

This commit is contained in:
Magnus Hallin 2016-09-11 21:20:35 +02:00
parent 88bc1d5290
commit 643a7b4512

View file

@ -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/