From 3253bb1bcf82b396ca6a99bcf035f449821f1804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20M=C3=A9tral?= Date: Thu, 22 Oct 2020 09:53:24 +0200 Subject: [PATCH] fix(ci): disable npm cache in travis (#17) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2d55f0..0ecf9d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js -cache: npm +cache: + npm: false notifications: email: false node_js: