logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8a597f01388b8dd0ab1805233b18233d8606061a
parent: 3363f2f4d6f9bc5ea6fb06f8fcbb6f1093d4abd4
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sat,  3 Jun 2017 22:13:12 +0900

Cache assets in travis (#3532)


Diffstat:

M.travis.yml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -4,6 +4,8 @@ cache: yarn: true directories: - node_modules + - public/assets + - public/packs dist: trusty sudo: false