Skip to content

Commit

Permalink
Remove depot_tools from travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 29, 2018
1 parent db65c72 commit 37ec079
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ branches:
cache:
ccache: true
directories:
- $DEPOT_TOOLS_PATH
- $DENO_BUILD_PATH
env:
global:
Expand All @@ -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*
Expand Down

0 comments on commit 37ec079

Please sign in to comment.