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 c4d6f1e commit ec32a61
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 @@ -3,7 +3,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"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# build.sh

[![Build Status](https://travis-ci.org/gabrielcsapo/build.sh.svg?branch=master)](https://travis-ci.org/gabrielcsapo/build.sh)
[![Dependency Status](https://david-dm.org/gabrielcsapo/build.sh.svg)](https://david-dm.org/gabrielcsapo/build.sh)
[![devDependency Status](https://david-dm.org/gabrielcsapo/build.sh/dev-status.svg)](https://david-dm.org/gabrielcsapo/build.sh#info=devDependencies)
[![Coverage Status](https://lcov-server.herokuapp.com/badge/github%2Ecom/gabrielcsapo/build.sh.svg)](https://lcov-server.herokuapp.com/coverage/github%2Ecom/gabrielcsapo/build.sh)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/build.sh/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/build.sh)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/build.sh/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/build.sh#info=devDependencies)
[![Coverage Status](https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/build.sh.svg)](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/build.sh)
[![npm](https://img.shields.io/npm/dt/build.sh.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/dm/build.sh.svg?maxAge=2592000)]()

Expand Down

0 comments on commit ec32a61

Please sign in to comment.