Skip to content

Commit

Permalink
Appveyor: Instal coveralls globally
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 24, 2016
1 parent f94c9b0 commit eb03964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# thoughtful-release

[![NPM version](https://badge.fury.io/js/thoughtful-release.svg)](http://badge.fury.io/js/thoughtful-release)


> Create high quality releases with less work
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -20,6 +20,7 @@ test_script:
- npm install -g istanbul
- istanbul cover node_modules/mocha/bin/_mocha --report lcovonly
- npm install -g coveralls
- set COVERALLS_SERVICE_NAME=appveyor
- cat ./coverage/lcov.info | coveralls

# Don't actually build.
Expand Down

0 comments on commit eb03964

Please sign in to comment.