Enable cache for babel-loader (#4505)

This commit is contained in:
Yamagishi Kazutoshi
2017-08-04 00:46:49 +09:00
committed by Eugen Rochko
parent dfcd2834f9
commit fae71b653a
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cache:
- node_modules
- public/assets
- public/packs-test
- tmp/cache/babel-loader
dist: trusty
sudo: required