commit: 9d3fc1281d74380f8e9ce0c275432de6277ec86f
parent: 8857cabca42fc21d3063862c9954e079e7efd275
Author: Koala Yeung <koalay@gmail.com>
Date: Thu, 27 Apr 2017 04:32:23 +0800
travis: Add yarn and nodejs caching (#2504)
Also cache node_module and yarn cache in Travis test process.
Improves speed for Travis tests.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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