Skip to content

Commit

Permalink
ensure tests have run before push
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Nov 17, 2015
1 parent 491932b commit 7345568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"test": "lab -c -t 100",
"coverage": "lab -t 100 -r lcov | coveralls"
},
"git-pre-hooks": {
"pre-push": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roylines/hapi-graceful-pm2.git"
Expand All @@ -29,6 +32,7 @@
"devDependencies": {
"chai": "*",
"coveralls": "*",
"git-pre-hooks": "*",
"lab": "*",
"sinon": "*"
}
Expand Down

0 comments on commit 7345568

Please sign in to comment.