Skip to content

Commit

Permalink
audit
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 12, 2018
1 parent 9428147 commit b505c72
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ before_script:
npm install $SENECA_INSTALL;
fi

cache:
directories:
- node_modules
script:
- npm test
- npm audit

after_script:
- npm run coveralls

cache:
directories:
- node_modules

notifications:
webhooks:
urls:
Expand Down
25 changes: 12 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"devDependencies": {
"async": "2",
"bench": "0",
"code": "5",
"code": "4",
"coveralls": "3",
"docco": "0",
"hoek": "5",
Expand Down

0 comments on commit b505c72

Please sign in to comment.