From d141a38562c87902b8ca209dc9562406ad4227a1 Mon Sep 17 00:00:00 2001 From: Mate Pek Date: Wed, 21 Nov 2018 00:14:09 +0100 Subject: [PATCH] travis runs: npm audit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f4ed4d8..85b2368a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_install: install: - npm install + - npm audit - npm run compile script: @@ -32,6 +33,7 @@ script: before_deploy: - npm install + - npm audit - npm run compile deploy: