Skip to content

Commit 6ea0964

Browse files
add snyk to travis.yml
1 parent c09ba40 commit 6ea0964

3 files changed

Lines changed: 59 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: node_js
22
node_js:
33
- "stable"
44
services:
5-
- mongodb
5+
- mongodb
6+
- snyk

package-lock.json

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"chai": "^4.1.2",
2222
"chai-http": "^3.0.0",
2323
"concurrently": "^3.5.1",
24+
"coveralls": "^3.0.0",
2425
"cross-env": "^5.1.4",
2526
"mocha": "^5.0.5",
2627
"nodemon": "^1.9.1",

0 commit comments

Comments
 (0)