Skip to content

Commit

Permalink
Remove snyk test command from npm test, since Travis can't auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cranfill committed Mar 26, 2019
1 parent 8333472 commit 0879421
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 @@ -16,7 +16,7 @@
"college-costs"
],
"scripts": {
"test": "snyk test && mocha test/js-unit/",
"test": "mocha test/js-unit/",
"snyk": "snyk",
"snyk-protect": "snyk protect"
},
Expand Down

0 comments on commit 0879421

Please sign in to comment.