Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: add discourse badge (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored and jacobheun committed Apr 23, 2019
1 parent 56311e0 commit 78cdf22
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 17 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: node_js
cache: npm
stages:
- check
- test
- cov

node_js:
- '10'

os:
- linux
- osx
- windows

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check -- -i wrtc -i electron-webrtc
- npm run lint

notifications:
email: false
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# libp2p-websocket-star-rendezvous

[![](https://img.shields.io/badge/made%20by-mkg20001-blue.svg?style=flat-square)](http://ipn.io)
[![Travis](https://travis-ci.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://travis-ci.org/libp2p/js-libp2p-websocket-star-rendezvous)
[![Circle](https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous)
[![Coverage](https://coveralls.io/repos/github/libp2p/js-libp2p-websocket-star-rendezvous/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-websocket-star-rendezvous?branch=master)
[![david-dm](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
[![](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-websocket-star-rendezvous)
[![](https://img.shields.io/travis/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://travis-ci.com/libp2p/js-libp2p-websocket-star-rendezvous)
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websocket-star-rendezvous)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

> The rendezvous service for [libp2p-websocket-star](https://github.com/libp2p/js-libp2p-websocket-star).
Expand Down
2 changes: 0 additions & 2 deletions ci/Jenkinsfile

This file was deleted.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
],
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"async": "^2.6.2",
"data-queue": "0.0.3",
"debug": "^4.1.0",
"debug": "^4.1.1",
"epimetheus": "^1.0.92",
"hapi": "^16.6.2",
"inert": "^4.2.1",
"libp2p-crypto": "~0.14.1",
"mafmt": "^6.0.2",
"libp2p-crypto": "~0.16.1",
"mafmt": "^6.0.7",
"merge-recursive": "0.0.3",
"minimist": "^1.2.0",
"multiaddr": "^5.0.2",
"multiaddr": "^6.0.6",
"once": "^1.4.0",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1",
"prom-client": "^11.1.3",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"peer-id": "~0.12.2",
"peer-info": "~0.15.1",
"prom-client": "^11.3.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-pull-stream": "~0.1.5",
"uuid": "^3.3.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"aegir": "^17.1.1",
"aegir": "^18.2.2",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"lodash": "^4.17.11"
Expand Down

0 comments on commit 78cdf22

Please sign in to comment.