From 376f4dfcbf2de1c8a108a6dd1668bc06c12e9c70 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 7 Aug 2018 06:15:35 -0400 Subject: 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. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 00cd5ed59..5990e4960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ -- cgit v1.2.3