From 16ae747da1fc8d1655e24a7b1567afe14ff3417b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 14 Feb 2019 12:14:07 -0800 Subject: [PATCH] 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 ca42f2135..2c021a633 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,3 +95,4 @@ cache: - ~/.npm - ~/.cache - ~/.travis_cache/ + - superset/assets/node_modules/.cache/terser-webpack-plugin/