From 8a441a04ab6335916c21b1a5c3b7cfe89017cc38 Mon Sep 17 00:00:00 2001 From: cl1ent Date: Wed, 6 Feb 2019 18:57:57 +0100 Subject: [PATCH] Enabled yarn caching in .travis.yml (#10452) no issue --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c4313bddb7..107c654503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ node_js: sudo: false cache: + yarn: true directories: - node_modules