From f60b2631d11aef1e969f72b95fe6e772f04bd74b Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Tue, 17 Sep 2019 16:11:55 -0700 Subject: [PATCH] Add Travis CI cache back --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0d236f..ccd30fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,3 @@ -# Fix problem where Windows cache would time out. -cache: false - # Use Node.js configuration. language: node_js