diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-15 12:18:02 -0500 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-15 18:18:02 +0100 |
| commit | ac6ac5037ff53f4e7b9693aeed24f1e3ef1339ad (patch) | |
| tree | f65dc5f387b57f8a1b4091a09303da7fef13f01d /.travis.yml | |
| parent | d8adeb41de2daab15a0d30eeead9796fa58bfbc3 (diff) | |
Update sccache.exe (fixes #1526) (#1529)
* Update sccache.exe (fixes #1526)
* fix
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 50fd8c8ac..cf0b5d02a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ cache: - "$RUSTUP_HOME" - $CARGO_HOME/registry/index/ - $CARGO_HOME/registry/cache/ - - prebuilt/ + - prebuilt/mac + - prebuilt/linux64 - third_party/v8/build/linux/debian_sid_amd64-sysroot/ - third_party/v8/third_party/llvm-build/ |
