From ddf7afb219ff1f56136b141b22416ae2048b8747 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Sat, 16 Feb 2019 19:55:22 -0500 Subject: [PATCH] fix(build): do not cache node_modules --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cabf403ee..42c78f8922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,6 @@ script: - yarn checkcommit - yarn documentation -cache: - directories: - - node_modules - notifications: email: false webhooks: