summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 70be5e634..8a04afd3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ branches:
cache:
ccache: true
directories:
- - $DEPOT_TOOLS_PATH
- $DENO_BUILD_PATH
env:
global:
@@ -16,14 +15,7 @@ env:
- DENO_BUILD_ARGS="is_debug=false use_allocator=\"none\" use_custom_libcxx=false use_sysroot=false"
- DENO_BUILD_PATH=$HOME/out/Default
- DENO_BUILD_MODE=debug
- - DEPOT_TOOLS_PATH=$HOME/depot_tools
-before_install: |
- if ! [ -x $DEPOT_TOOLS_PATH/gclient ]; then
- rm -rf $DEPOT_TOOLS_PATH
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $DEPOT_TOOLS_PATH
- fi
install:
- - export PATH=$PATH:$DEPOT_TOOLS_PATH
# Sync dependencies.
# TODO(ry) These sync steps are very terrible and only here temporarily.
# rustc should be added to deno_third_party. Ultimately Deno *should not*