Skip to content

Commit a7d383f

Browse files
committed
updates location of lcov-server and starbuck
1 parent c4ff955 commit a7d383f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
- npm install lcov-server -g
88
- npm run lint
99
- npm run coverage
10-
- cat coverage/lcov.info | lcov-server --upload https://lcov-server.herokuapp.com
10+
- cat coverage/lcov.info | lcov-server --upload https://lcov-server.gabrielcsapo.com
1111
node_js:
1212
- "6"
1313
- "8"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
[![Npm Version](https://img.shields.io/npm/v/node-git-server.svg)](https://www.npmjs.com/package/node-git-server)
66
[![Build Status](https://travis-ci.org/gabrielcsapo/node-git-server.svg?branch=master)](https://travis-ci.org/gabrielcsapo/node-git-server)
7-
[![Coverage Status](https://lcov-server.herokuapp.com/badge/github%2Ecom/gabrielcsapo/node-git-server.svg)](https://lcov-server.herokuapp.com/coverage/github%2Ecom/gabrielcsapo/node-git-server)
8-
[![Dependency Status](https://david-dm.org/gabrielcsapo/node-git-server.svg)](https://david-dm.org/gabrielcsapo/node-git-server)
9-
[![devDependency Status](https://david-dm.org/gabrielcsapo/node-git-server/dev-status.svg)](https://david-dm.org/gabrielcsapo/node-git-server#info=devDependencies)
7+
[![Coverage Status](https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/node-git-server.svg)](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/node-git-server)
8+
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-git-server/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server)
9+
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-git-server/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server#info=devDependencies)
1010
[![npm](https://img.shields.io/npm/dt/node-git-server.svg)]()
1111
[![npm](https://img.shields.io/npm/dm/node-git-server.svg)]()
1212

0 commit comments

Comments
 (0)