diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-07 06:15:35 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-07 10:08:19 -0400 |
| commit | 376f4dfcbf2de1c8a108a6dd1668bc06c12e9c70 (patch) | |
| tree | f416ad4eb99ffbca4d1e60e08472b492b5b6b7c3 | |
| parent | d09a552aff6b0806488d784ca1f77bf37c8f77da (diff) | |
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.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |
