From 3ed4f3331eb4345cc50ad7ac7da42c8194e08685 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Thu, 28 Jun 2018 19:18:04 +0200 Subject: [PATCH] Avoid some npm issues (#154) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f63f4c9..bc8967f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: node_js notifications: email: false +before_install: npm i -g npm@latest --no-audit +install: npm config set progress=false && npm i --no-audit +cache: + directories: + - node_modules stages: - name: check-pr if: type = pull_request