We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ec631 commit a8a270fCopy full SHA for a8a270f
circle.yml
@@ -5,4 +5,6 @@ test:
5
pre:
6
- nvm install 6.9.1 && nvm use 6.9.1 && npm test
7
- nvm use node && npm test
8
- - snyk test
+ - snyk test
9
+ post:
10
+ - bithound check [email protected]:RafalWilinski/express-status-monitor.git
package.json
@@ -54,6 +54,7 @@
54
"example": "cd examples && npm start"
55
},
56
"devDependencies": {
57
+ "bithound": "^1.7.0",
58
"chai": "^3.5.0",
59
"istanbul": "^0.4.5",
60
"mocha": "^3.0.2",
0 commit comments