Skip to content

Commit

Permalink
updates location of lcov-server and starbuck
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Oct 20, 2017
1 parent d83ab13 commit a6f66fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- npm install lcov-server -g
- npm run lint
- npm run coverage
- cat coverage/lcov.info | lcov-server --upload https://lcov-server.herokuapp.com
- cat coverage/lcov.info | lcov-server --upload https://lcov-server.gabrielcsapo.com
node_js:
- "6"
- "8"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Npm Version](https://img.shields.io/npm/v/git-unstaged.svg)](https://www.npmjs.com/package/git-unstaged)
[![Build Status](https://travis-ci.org/gabrielcsapo/git-unstaged.svg?branch=master)](https://travis-ci.org/gabrielcsapo/git-unstaged)
[![Coverage Status](https://lcov-server.herokuapp.com/badge/github%2Ecom/gabrielcsapo/git-unstaged.svg)](https://lcov-server.herokuapp.com/coverage/github%2Ecom/gabrielcsapo/git-unstaged)
[![Dependency Status](https://david-dm.org/gabrielcsapo/git-unstaged.svg)](https://david-dm.org/gabrielcsapo/git-unstaged)
[![devDependency Status](https://david-dm.org/gabrielcsapo/git-unstaged/dev-status.svg)](https://david-dm.org/gabrielcsapo/git-unstaged#info=devDependencies)
[![Coverage Status](https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/git-unstaged.svg)](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/git-unstaged)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/git-unstaged/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/git-unstaged)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/git-unstaged/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/git-unstaged#info=devDependencies)
[![npm](https://img.shields.io/npm/dt/git-unstaged.svg)]()
[![npm](https://img.shields.io/npm/dm/git-unstaged.svg)]()

Expand Down

0 comments on commit a6f66fd

Please sign in to comment.