summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-04 22:04:59 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 15:04:59 +0200
commit2060bc939d792d0dacb8be7b8e989141300b1ce5 (patch)
tree8028a573b0d6ab89ad837445d77d2dff5af24e21 /.travis.yml
parent15d6541d4d276c7e36c1d0a42292c85682ddeb25 (diff)
Add tools/build_third_party.py (#328)
Fixes #312
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a4556782..6314c42ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,8 +28,7 @@ install:
- curl -sSf https://sh.rustup.rs | sh -s -- -y
- export PATH=$HOME/.cargo/bin:$PATH
- rustc --version
- - (cd js; yarn)
- - (cd third_party; gclient sync -j2 --no-history)
+ - ./tools/build_third_party.py
# 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