mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix travis node_modules symlink problem by force.
This commit is contained in:
parent
bd4693471f
commit
6f51c1774d
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ install:
|
|||
- export PATH=`pwd`/third_party/llvm-build/Release+Asserts/bin:$PATH
|
||||
- export CCACHE_CPP2=yes
|
||||
- export CCACHE_SLOPPINESS=time_macros
|
||||
# Re-symlink node_modules.
|
||||
- rm -f $BUILD_PATH/node_modules
|
||||
# In case gn gen args change, delete args.gn to avoid using cached values.
|
||||
- rm -f $BUILD_PATH/args.gn
|
||||
# is_debug, use_allocator, and ccache are used to speed travis.
|
||||
|
|
Loading…
Reference in a new issue