From f3513d3037564181022f031f72d7fac3eef73554 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Tue, 23 Jan 2018 12:41:21 -0800 Subject: [PATCH] chore(): Caching yarn on Travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f2204805..0e2bf5e73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,12 @@ node_js: addons: chrome: stable -cache: npm +cache: + yarn: true + directories: + - node_modules + - "$HOME/.npm" + - "$HOME/.cache" branches: only: