From b901301fe10c7a51e3b6faa35863bb69c93fcd11 Mon Sep 17 00:00:00 2001 From: Anton Kosiakov Date: Thu, 31 Aug 2017 08:16:42 +0200 Subject: [PATCH] =?UTF-8?q?[travis]=C2=A0remove=20caching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anton Kosiakov --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ba2f523a..a2d997868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ node_js: - "7" before_install: - npm i -g npm@latest -cache: - directories: - - node_modules - - example/node_modules install: - npm install - cd example