From 4af4d2995259ff63dfb9e6d27bf9db1c8400e266 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Mon, 4 May 2020 11:31:14 -0300 Subject: [PATCH] Simplify nodejs caching directive - per https://docs.travis-ci.com/user/caching/ --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14cfc87948e..b1ecabf0019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ dist: xenial cache: directories: - vendor - - node_modules - - $HOME/.npm + - npm - $HOME/.composer/cache # Since Xenial services are not started by default, we need to instruct it below to start.