From 3238fd40e6e6859f9e08421ae528b4cce96ced3c Mon Sep 17 00:00:00 2001 From: Daniel Uber Date: Tue, 4 Jan 2022 16:12:59 -0600 Subject: [PATCH] Stop removing canvas files from cache (#15953) This was part of the node 16 upgrade and is no longer helpful --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4119c9f3f..f440ef00d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ cache: bundler: true directories: - node_modules -before_cache: - - find node_modules -type f -name "*.node" -delete rvm: - 3.0.2 addons: