Skip to content

Commit

Permalink
pipeline: audit before downloading dependencies with npm ci (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Feb 10, 2019
1 parent 50e1f91 commit f33f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cache:
directories:
- ~/.npm
install:
- npm install
- npm audit
- npm ci
script:
- npx commitlint-travis
- npm test -- --coverage
Expand Down

0 comments on commit f33f7d4

Please sign in to comment.