From 9b566ca34c322efd10e48851627dd797db3f9a2c Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 3 Nov 2016 12:08:40 +0200 Subject: [PATCH] ci(travis): remove cache --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 607afca9..62b9fbf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,6 @@ language: node_js node_js: - "5" -cache: - directories: - # cache node modules - - node_modules - notifications: # disable email notification email: false