From 3f3c331742a155f052bae19ee6aee224b83cd188 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 18 Nov 2018 19:14:57 +0100 Subject: [PATCH] chore: cache Yarn in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7c864cc15..5a22c4f84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +cache: yarn os: - windows -- 2.47.2