Skip to content

Commit

Permalink
pipeline: only audit production dependencies
Browse files Browse the repository at this point in the history
These audit warnings are often related to development dependencies and not relevant for end users of the library. This removes unnecessary audit warnings and pipeline failures.
  • Loading branch information
byCedric committed Oct 1, 2019
1 parent 1a28183 commit 4f8ee8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cache:
directories:
- ~/.npm
install:
- npm audit
- npm install --global npm@latest
- npm audit --production
- npm ci
script:
- npx commitlint-travis
Expand Down

0 comments on commit 4f8ee8a

Please sign in to comment.