From 8df027a7cfa2ebc43a3879c8d3cb706547f59c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 16 Dec 2019 23:28:18 -0500 Subject: [PATCH] chore: cache chocolatey install temp --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 092a03c33665..cfa5354434b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,10 @@ matrix: - JOB=test # https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9 - YARN_GPG=no + cache: + yarn: true + directories: + - $HOME/AppData/Local/Temp/chocolatey # Continue node_js matrix - node_js: "6" - node_js: "10"