diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-07 16:46:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-07 16:46:19 -0500 |
commit | c26cf4f8125d4ee2281fa1516a5311273e82875c (patch) | |
tree | 4e5c4507fa2786a96cbee9519d004b00bb422185 | |
parent | f527e86bb58a0ab8bbb48a7df948f1d3649b179a (diff) |
travis: cache buildtools dir (#1703)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 265ddf81e..6ae58ef31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ cache: - prebuilt/mac - prebuilt/linux64 - third_party/v8/build/linux/debian_sid_amd64-sysroot/ + - third_party/v8/buildtools/mac/ + - third_party/v8/buildtools/linux64/ - third_party/v8/third_party/llvm-build/ install: |