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: