Skip to content

Commit

Permalink
Remove broken nsp check
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebost committed Jan 10, 2019
1 parent bdd84aa commit ded583a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
- "4"
before_script:
- npm run lint
- npm run test:nsp
# - npm audit
script: npm run $COMMAND
env:
- COMMAND=test
Expand All @@ -23,4 +23,4 @@ notifications:
- "chat.freenode.net#montage"
on_success: false
template:
- "%{author} broke the %{repository} tests on %{branch}: %{build_url}"
- "%{author} broke the %{repository} tests on %{branch}: %{build_url}"
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"test": "node test/run-node.js",
"lint": "jshint .",
"integration": "mop-integration",
"test:nsp": "nsp check",
"test:karma": "karma start --no-auto-watch --single-run",
"test:karma-dev": "karma start --auto-watch --no-single-run",
"test:jasmine": "concurrently \"http-server -p 8081\" \"open http://localhost:8081/test/run.html\"",
Expand All @@ -43,7 +42,6 @@
"jasmine-console-reporter": "^1.2.7",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.5",
"nsp": "^2.8.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
Expand Down

0 comments on commit ded583a

Please sign in to comment.