Skip to content

Commit a8a270f

Browse files
committed
Add tighter bithound integration
1 parent 97ec631 commit a8a270f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ test:
55
pre:
66
- nvm install 6.9.1 && nvm use 6.9.1 && npm test
77
- nvm use node && npm test
8-
- snyk test
8+
- snyk test
9+
post:
10+
- bithound check [email protected]:RafalWilinski/express-status-monitor.git

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"example": "cd examples && npm start"
5555
},
5656
"devDependencies": {
57+
"bithound": "^1.7.0",
5758
"chai": "^3.5.0",
5859
"istanbul": "^0.4.5",
5960
"mocha": "^3.0.2",

0 commit comments

Comments
 (0)