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

Commit c94041c

Browse files
vasco-santosjacobheun
authored andcommittedApr 18, 2019
chore: add discourse badge (#40)
1 parent a1d5bf6 commit c94041c

File tree

4 files changed

+39
-11
lines changed

4 files changed

+39
-11
lines changed
 

‎.travis.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
15+
script: npx nyc -s npm run test:node -- --bail
16+
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
17+
18+
jobs:
19+
include:
20+
- os: windows
21+
cache: false
22+
23+
- stage: check
24+
script:
25+
- npx aegir commitlint --travis
26+
- npx aegir dep-check
27+
- npm run lint
28+
29+
notifications:
30+
email: false

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Peer Book JavaScript Implementation
22
===================================
33

4-
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
5-
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
[![Build Status](https://travis-ci.org/libp2p/js-peer-book.svg?style=flat-square)](https://travis-ci.org/libp2p/js-peer-book)
7-
[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-peer-book/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-peer-book?branch=master)
4+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
5+
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
6+
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
7+
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
8+
[![](https://img.shields.io/codecov/c/github/libp2p/js-peer-book.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-peer-book)
9+
[![](https://img.shields.io/travis/libp2p/js-peer-book.svg?style=flat-square)](https://travis-ci.com/libp2p/js-peer-book)
810
[![Dependency Status](https://david-dm.org/libp2p/js-peer-book.svg?style=flat-square)](https://david-dm.org/libp2p/js-peer-book)
911
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
10-
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
11-
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)
1212

1313
> Peer Store for libp2p and IPFS
1414

‎ci/Jenkinsfile

-2
This file was deleted.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"peer-info": "~0.15.1"
4444
},
4545
"devDependencies": {
46-
"aegir": "^18.0.3",
47-
"async": "^2.6.1",
46+
"aegir": "^18.2.2",
47+
"async": "^2.6.2",
4848
"chai": "^4.2.0",
4949
"dirty-chai": "^2.0.1",
50-
"multiaddr": "^6.0.3"
50+
"multiaddr": "^6.0.6"
5151
},
5252
"contributors": [
5353
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)
This repository has been archived.