diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-07-03 17:15:32 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-03 10:15:32 +0200 |
| commit | 6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c (patch) | |
| tree | 57e7d43ff1059d90206b31fe84cccc6b59a8e2fa /.travis.yml | |
| parent | 6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff) | |
move v8 to third_party/v8 (#322)
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b16e094c4..c1aa20a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: - export PATH=$HOME/.cargo/bin:$PATH - rustc --version - (cd js; yarn) - - gclient sync -j2 --no-history + - (cd third_party; gclient sync -j2 --no-history) # ccache needs the custom LLVM to be in PATH and other variables. - export PATH=`pwd`/third_party/llvm-build/Release+Asserts/bin:$PATH - export CCACHE_CPP2=yes |
