From a44d3063b53235f494fd8622c66073ec0828ca46 Mon Sep 17 00:00:00 2001 From: Hutson Betts Date: Sat, 24 Jun 2017 21:19:53 -0500 Subject: [PATCH] chore(travis-ci): cache npm cache directory --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e41f568..fa35445b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ addons: - g++-4.8 cache: directories: - - "node_modules" + - node_modules + - ${HOME}/.npm yarn: true env: global: