mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 20:02:20 +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
|
||||
cache: npm
|
||||
stages:
|
||||
- check
|
||||
|
||||
matrix:
|
||||
node_js:
|
||||
- '10'
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- node_js: 8
|
||||
- node_js: 10
|
||||
- node_js: stable
|
||||
- stage: check
|
||||
script:
|
||||
- npx aegir commitlint --travis
|
||||
- npx aegir dep-check
|
||||
- npm run lint
|
||||
|
||||
# Make sure we have new NPM.
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
notifications:
|
||||
email: false
|
||||
|
12
README.md
12
README.md
@ -1,10 +1,14 @@
|
||||
interface-connection
|
||||
==================
|
||||
|
||||
[](http://ipn.io)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||

|
||||

|
||||
[](http://protocol.ai)
|
||||
[](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.
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
"pull-defer": "~0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^17.1.1",
|
||||
"aegir": "^18.2.2",
|
||||
"timed-tape": "~0.1.1"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user