Skip to content

Commit

Permalink
added coveralls and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Nov 17, 2015
1 parent 7345568 commit f29be1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ deployment:
production:
branch: master
commands:
- npm run coverage
- npm run coveralls
- npm version "1.0.$CIRCLE_BUILD_NUM" --no-git-tag-version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "lab -c -t 100",
"coverage": "lab -t 100 -r lcov | coveralls"
"coveralls": "lab -t 100 -r lcov | coveralls"
},
"git-pre-hooks": {
"pre-push": "npm test"
Expand Down

0 comments on commit f29be1c

Please sign in to comment.