about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-03 22:13:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-03 15:13:12 +0200
commit8a597f01388b8dd0ab1805233b18233d8606061a (patch)
tree46b62a68d411b96b8cc630c3fae5c98bb10cb7b2 /.travis.yml
parent3363f2f4d6f9bc5ea6fb06f8fcbb6f1093d4abd4 (diff)
Cache assets in travis (#3532)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b8c15ff1..a855aa31c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ cache:
   yarn: true
   directories:
   - node_modules
+  - public/assets
+  - public/packs
 dist: trusty
 sudo: false