mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-26 05:52:29 +00:00
chore: add discourse badge (#30)
This commit is contained in:
parent
4e138dba67
commit
e06af8c4aa
25
.travis.yml
25
.travis.yml
@ -1,15 +1,18 @@
|
|||||||
sudo: false
|
|
||||||
language: node_js
|
language: node_js
|
||||||
|
cache: npm
|
||||||
|
stages:
|
||||||
|
- check
|
||||||
|
|
||||||
matrix:
|
node_js:
|
||||||
|
- '10'
|
||||||
|
|
||||||
|
jobs:
|
||||||
include:
|
include:
|
||||||
- node_js: 8
|
- stage: check
|
||||||
- node_js: 10
|
script:
|
||||||
- node_js: stable
|
- npx aegir commitlint --travis
|
||||||
|
- npx aegir dep-check
|
||||||
# Make sure we have new NPM.
|
|
||||||
before_install:
|
|
||||||
- npm install -g npm
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
12
README.md
12
README.md
@ -1,10 +1,14 @@
|
|||||||
interface-connection
|
interface-connection
|
||||||
==================
|
==================
|
||||||
|
|
||||||
[](http://ipn.io)
|
[](http://protocol.ai)
|
||||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
[](http://libp2p.io/)
|
||||||

|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
||||||

|
[](https://discuss.libp2p.io)
|
||||||
|
[](https://codecov.io/gh/libp2p/interface-connection)
|
||||||
|
[](https://travis-ci.com/libp2p/interface-connection)
|
||||||
|
[](https://david-dm.org/libp2p/interface-connection)
|
||||||
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
This is a test suite and interface you can use to implement a connection. A connection is understood as something that offers mechanism for writing and reading data, back pressure, half and full duplex streams. This module and test suite were heavily inspired by abstract-blob-store and interface-stream-muxer.
|
This is a test suite and interface you can use to implement a connection. A connection is understood as something that offers mechanism for writing and reading data, back pressure, half and full duplex streams. This module and test suite were heavily inspired by abstract-blob-store and interface-stream-muxer.
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"pull-defer": "~0.2.3"
|
"pull-defer": "~0.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aegir": "^17.1.1",
|
"aegir": "^18.2.2",
|
||||||
"timed-tape": "~0.1.1"
|
"timed-tape": "~0.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user