Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from troyblank/coveralls
Browse files Browse the repository at this point in the history
added coverall process
  • Loading branch information
troyblank committed Nov 13, 2016
2 parents b00ca4a + c383e65 commit 22042c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 6.5.0
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Gift List Generator

[![Build Status](https://travis-ci.org/troyblank/gift-list-generator.svg?branch=master)](https://travis-ci.org/troyblank/gift-list-generator)
[![Coverage Status](https://coveralls.io/repos/github/troyblank/gift-list-generator/badge.svg?branch=master)](https://coveralls.io/github/troyblank/gift-list-generator?branch=master)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@troyblank/eslint-config-troyblank": "0.4.0",
"@troyblank/mocha-base-troyblank": "0.1.1",
"chance": "1.0.3",
"coveralls": "2.11.9",
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-eslint": "18.1.0",
Expand Down

0 comments on commit 22042c3

Please sign in to comment.