From 6481b9d92a476a0e1b35f7f310b3443c14d7f4c9 Mon Sep 17 00:00:00 2001 From: Robert Haritonov Date: Thu, 22 Oct 2015 21:38:53 +0200 Subject: [PATCH] clean npm cache in CI --- .travis.yml | 3 +++ appveyor.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cd6563..0fbaa2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - "0.12" - "4" sudo: false +install: + - npm cache clean + - npm install notifications: email: on_success: never diff --git a/appveyor.yml b/appveyor.yml index 9d4c74b..c96b1ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ environment: install: - ps: Install-Product node $env:nodejs_version + - npm cache clean - npm install build: off