diff options
-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. |