Skip to content

Commit

Permalink
ci: Switch from nsp to npm audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Dec 13, 2018
1 parent a695df7 commit 0df231b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ cache:
- ~/.npm
before_install:
- npm install -g npm
- npm install -g nsp
install:
- travis_retry npm install
before_script:
- nsp check
- npm audit
after_script: null
after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
Expand Down

0 comments on commit 0df231b

Please sign in to comment.