This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 16ae747 Speed up CI by caching TerserPlugin cache (#6874)
16ae747 is described below
commit 16ae747da1fc8d1655e24a7b1567afe14ff3417b
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Thu Feb 14 12:14:07 2019 -0800
Speed up CI by caching TerserPlugin cache (#6874)
* Speed up CI by caching TersetPlugin cache
This should accelerate the `npm run build` part of the build by ~5
minutes or so I believe.
* targeting terser-webpack-plugin/
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index ca42f21..2c021a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,3 +95,4 @@ cache:
- ~/.npm
- ~/.cache
- ~/.travis_cache/
+ - superset/assets/node_modules/.cache/terser-webpack-plugin/