From 906b6641c5b82ceaaa60e94bf1f1cc59f4a4aa8f Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 26 Jul 2017 10:57:25 -0700 Subject: [PATCH] travis: don't cache node_modules debugging a weird race where it looks like deps get into weird states. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12f7eeb6..85318e47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,3 @@ notifications: cache: directories: - $HOME/.npm - - node_modules