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