summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-03 17:15:32 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-03 10:15:32 +0200
commit6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c (patch)
tree57e7d43ff1059d90206b31fe84cccc6b59a8e2fa /.travis.yml
parent6d288b63cddb3ea8548807895b3ac8e77baa2f51 (diff)
move v8 to third_party/v8 (#322)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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