summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-13 03:24:07 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-21 13:04:11 -0400
commit5d1cb542617f3e9651f472eb21d11594fba397c0 (patch)
tree8b7372ec46b373681f76588a711e82b68b98c353 /.travis.yml
parent3563638693fa2736fd86f4cae711a276b548050b (diff)
Add deno_third_party as git submodule.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f0aa43c6c..4549b5bfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ branches:
cache:
ccache: true
directories:
- - third_party/node_modules/
- $DEPOT_TOOLS_PATH
- $BUILD_PATH
env:
@@ -28,7 +27,10 @@ install:
- curl -sSf https://sh.rustup.rs | sh -s -- -y
- export PATH=$HOME/.cargo/bin:$PATH
- rustc --version
- - ./tools/build_third_party.py
+ # TODO(ry) Do not depend on run_hooks because it calls
+ # //third_party/depot_tools/download_from_google_storage.py
+ # Use git lfs and combine run_hooks with build_third_party?
+ - ./tools/run_hooks.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