]> cat aescling's git repositories - mastodon.git/commitdiff
Cache assets in travis (#3532)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sat, 3 Jun 2017 13:13:12 +0000 (22:13 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 3 Jun 2017 13:13:12 +0000 (15:13 +0200)
.travis.yml

index 2b8c15ff17fbbe325a97191b8381cb03d277d106..a855aa31c14a2bf8fc6cb5aaa3fb82d62660087a 100644 (file)
@@ -4,6 +4,8 @@ cache:
   yarn: true
   directories:
   - node_modules
+  - public/assets
+  - public/packs
 dist: trusty
 sudo: false