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

Commit 78cdf22

Browse files
vasco-santosjacobheun
authored andcommitted
chore: add discourse badge (#30)
1 parent 56311e0 commit 78cdf22

File tree

4 files changed

+46
-17
lines changed

4 files changed

+46
-17
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
language: node_js
2+
cache: npm
3+
stages:
4+
- check
5+
- test
6+
- cov
7+
8+
node_js:
9+
- '10'
10+
11+
os:
12+
- linux
13+
- osx
14+
- windows
15+
16+
script: npx nyc -s npm run test:node -- --bail
17+
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
18+
19+
jobs:
20+
include:
21+
- stage: check
22+
script:
23+
- npx aegir commitlint --travis
24+
- npx aegir dep-check -- -i wrtc -i electron-webrtc
25+
- npm run lint
26+
27+
notifications:
28+
email: false

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# libp2p-websocket-star-rendezvous
22

33
[![](https://img.shields.io/badge/made%20by-mkg20001-blue.svg?style=flat-square)](http://ipn.io)
4-
[![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)
5-
[![Circle](https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-websocket-star-rendezvous)
6-
[![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)
7-
[![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)
4+
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
5+
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
6+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
7+
[![](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)
8+
[![](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)
9+
[![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)
10+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
811

912
> The rendezvous service for [libp2p-websocket-star](https://github.com/libp2p/js-libp2p-websocket-star).
1013

ci/Jenkinsfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"async": "^2.6.1",
33+
"async": "^2.6.2",
3434
"data-queue": "0.0.3",
35-
"debug": "^4.1.0",
35+
"debug": "^4.1.1",
3636
"epimetheus": "^1.0.92",
3737
"hapi": "^16.6.2",
3838
"inert": "^4.2.1",
39-
"libp2p-crypto": "~0.14.1",
40-
"mafmt": "^6.0.2",
39+
"libp2p-crypto": "~0.16.1",
40+
"mafmt": "^6.0.7",
4141
"merge-recursive": "0.0.3",
4242
"minimist": "^1.2.0",
43-
"multiaddr": "^5.0.2",
43+
"multiaddr": "^6.0.6",
4444
"once": "^1.4.0",
45-
"peer-id": "~0.12.0",
46-
"peer-info": "~0.14.1",
47-
"prom-client": "^11.1.3",
48-
"socket.io": "^2.1.1",
49-
"socket.io-client": "^2.1.1",
45+
"peer-id": "~0.12.2",
46+
"peer-info": "~0.15.1",
47+
"prom-client": "^11.3.0",
48+
"socket.io": "^2.2.0",
49+
"socket.io-client": "^2.2.0",
5050
"socket.io-pull-stream": "~0.1.5",
5151
"uuid": "^3.3.2"
5252
},
5353
"directories": {
5454
"test": "test"
5555
},
5656
"devDependencies": {
57-
"aegir": "^17.1.1",
57+
"aegir": "^18.2.2",
5858
"chai": "^4.2.0",
5959
"dirty-chai": "^2.0.1",
6060
"lodash": "^4.17.11"

0 commit comments

Comments
 (0)