Removed audit set to false

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 15:48:49 +01:00
parent dffaab4d4a
commit 1cec567d6a
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ pipeline:
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install
- npm set audit false
- npm install
- gulp build
rebuild-cache: