Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Nov 29, 2015
1 parent 082ed5e commit 3e83971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -19,10 +19,10 @@ changelog

# do some commits

# prepend new changes
# prepend new changes use `git log --no-merges`
changelog

# Print the new changelog contents
# prepend new changes
git log --before Nov.10 | changelog

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"test": "npm run lint && tap --cov test/*.js",
"lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
"coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test"
"coveralls": "COVERALLS_REPO_TOKEN=HQ3CBBvuETwwTRja03i5kPulgZdzvpfxK npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e83971

Please sign in to comment.