diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-22 18:03:25 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-22 19:22:38 +0200 |
commit | 6f51c1774d3d1120a5bab8b5637a30437b324cf5 (patch) | |
tree | 174bb67c73e446943bd4d15918e1365862f68fe4 | |
parent | bd4693471f5a09af7b360bc8cf05e52ed89455d3 (diff) |
Fix travis node_modules symlink problem by force.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8a9d35cde..4eedd6bad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |