From e8a83a6b6495025ea98b560593356d8132e65373 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 28 Oct 2016 08:30:59 -0700 Subject: [PATCH] Use ~ instead of $HOME. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2218feb..7ea18f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ node_js: cache: directories: - - $HOME/.npm - - $HOME/.yarn-cache + - ~/.npm + - ~/.yarn-cache - travis_phantomjs env: