Skip to content

Commit

Permalink
travis: npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jun 4, 2019
1 parent e65a11e commit c789ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ matrix:
install:
- set -e
- npm install
- if [ "$NPM_AUDIT" = true ]; then npm audit; fi
- if [ -n "$NPM_AUDIT" ]; then npm audit; fi

script:
- echo "--reporter dot --color" > test/mocha.opts
Expand Down

0 comments on commit c789ca4

Please sign in to comment.