logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 595e060347c87a3abb28604c9f672394253c1c0d
parent: 8e4fc5d5d2e5152df35e0486f13356ec76d590f3
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 19 May 2017 18:44:00 +0900

Enable caching dependencies in Travis CI (#3132)


Diffstat:

M.travis.yml6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,9 @@ language: ruby cache: - bundler: false - yarn: false + bundler: true + yarn: true + directories: + - node_modules dist: trusty sudo: false