From: Koala Yeung Date: Wed, 26 Apr 2017 20:32:23 +0000 (+0800) Subject: travis: Add yarn and nodejs caching (#2504) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9d3fc1281d74380f8e9ce0c275432de6277ec86f;p=mastodon.git travis: Add yarn and nodejs caching (#2504) Also cache node_module and yarn cache in Travis test process. Improves speed for Travis tests. --- diff --git a/.travis.yml b/.travis.yml index 91454c9a2..90a33f51d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: ruby -cache: bundler +cache: + bundler: true + yarn: true + directories: + - node_modules dist: trusty sudo: false