From 72cd03a1c53633a216f5e284bd1820ea52bf795c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 4 Jul 2018 15:41:37 -0400 Subject: Change node_modules cache dir. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6314c42ff..12cd2a22a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ branches: cache: ccache: true directories: - - js/node_modules/ + - third_party/node_modules/ - $DEPOT_TOOLS_PATH - $BUILD_PATH env: -- cgit v1.2.3