Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Remove snyk run on npm test
Browse files Browse the repository at this point in the history
Tested with hook on github
  • Loading branch information
PierrickP committed Aug 10, 2016
1 parent a560d15 commit 5e60423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Un-official node.js module for interact with your N26 (previously Number26) account",
"main": "index.js",
"scripts": {
"test": "npm run lint && snyk test && istanbul cover _mocha tests/index.js && if [ \"$CONTINUOUS_INTEGRATION\" = \"true\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi",
"test": "npm run lint && istanbul cover _mocha tests/index.js && if [ \"$CONTINUOUS_INTEGRATION\" = \"true\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi",
"test-unmock": "node tests/unmock.js",
"lint": "eslint *.js lib/* tests/*",
"docs": "jsdoc -c .jsdoc.json -R README.md",
Expand Down

0 comments on commit 5e60423

Please sign in to comment.