1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

travis: adjust cache

- cache sysroot and llvm-build so they don't have to be downloaded each time.
- Remove DENO_BUILD_PATH from cache. ccache does all the heavy lifting, no need
  to cache the build dir.
This commit is contained in:
Ryan Dahl 2018-08-07 06:15:35 -04:00
parent d09a552aff
commit 376f4dfcbf

View file

@ -5,9 +5,10 @@ branches:
cache:
ccache: true
directories:
- $DENO_BUILD_PATH
- $CARGO_PATH
- $RUSTUP_PATH
- third_party/v8/build/linux/debian_sid_amd64-sysroot/
- third_party/v8/third_party/llvm-build/
env:
global:
- CARGO_PATH=$HOME/.cargo/