0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

travis: don't cache unnecessary cargo and rustup files

This commit is contained in:
Bert Belder 2018-09-25 22:12:25 -07:00
parent 07d5035dd7
commit 9e317c61d7
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -70,6 +70,14 @@ install:
fi
hyperfine --version
fi
- |-
# Remove unnnecessary cargo and rustup directories.
# This keeps the Travis CI cache small and fast.
rm -rf "$CARGO_HOME"registry
rm -rf "$RUSTUP_HOME"downloads
rm -rf "$RUSTUP_HOME"tmp
rm -rf "$RUSTUP_HOME"toolchains/*/etc
rm -rf "$RUSTUP_HOME"toolchains/*/share
before_script:
- ./tools/setup.py
script: