about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-08-04 00:46:49 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-08-03 17:46:49 +0200
commitfae71b653a7481a5f06d071e74d4a9e4b7f9952a (patch)
treecf17f1c1101500b9fbbc2fb5e23b9992f7dfbc8a /.travis.yml
parentdfcd2834f9589bda573eb133057588f351f570b5 (diff)
Enable cache for babel-loader (#4505)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d4dc0893..d5b51fcb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ cache:
   - node_modules
   - public/assets
   - public/packs-test
+  - tmp/cache/babel-loader
 dist: trusty
 sudo: required