mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-16 13:50:50 +00:00
chore: add discourse badge (#54)
This commit is contained in:
parent
a2fda07d2b
commit
9b3d3ea623
43
.travis.yml
43
.travis.yml
@ -1,33 +1,18 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
cache: npm
|
||||
stages:
|
||||
- check
|
||||
|
||||
matrix:
|
||||
node_js:
|
||||
- '10'
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- node_js: 8
|
||||
env: CXX=g++-4.8
|
||||
- node_js: 10
|
||||
env: CXX=g++-4.8
|
||||
- node_js: stable
|
||||
env: CXX=g++-4.8
|
||||
- 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
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
|
||||
after_success:
|
||||
- npm run coverage-publish
|
||||
|
||||
addons:
|
||||
firefox: 'latest'
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
notifications:
|
||||
email: false
|
||||
|
12
README.md
12
README.md
@ -1,11 +1,13 @@
|
||||
interface-stream-muxer
|
||||
=====================
|
||||
|
||||
[](http://ipn.io)
|
||||
[](http://ipfs.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://travis-ci.org/ipfs/interface-stream-muxer)
|
||||
[](https://david-dm.org/ipfs/interface-stream-muxer) [](https://github.com/feross/standard)
|
||||
[](http://protocol.ai)
|
||||
[](http://libp2p.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23libp2p)
|
||||
[](https://discuss.libp2p.io)
|
||||
[](https://travis-ci.com/libp2p/interface-stream-muxer)
|
||||
[](https://david-dm.org/libp2p/interface-stream-muxer)
|
||||
[](https://github.com/feross/standard)
|
||||
|
||||
> A test suite and interface you can use to implement a stream muxer. "A one stop shop for all your muxing needs"
|
||||
|
||||
|
17012
package-lock.json
generated
17012
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,18 +33,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/libp2p/interface-stream-muxer",
|
||||
"dependencies": {
|
||||
"async": "^2.6.1",
|
||||
"async": "^2.6.2",
|
||||
"chai": "^4.2.0",
|
||||
"chai-checkmark": "^1.0.1",
|
||||
"detect-node": "^2.0.4",
|
||||
"libp2p-tcp": "~0.13.0",
|
||||
"multiaddr": "^5.0.2",
|
||||
"multiaddr": "^6.0.6",
|
||||
"pull-generate": "^2.2.0",
|
||||
"pull-pair": "^1.1.0",
|
||||
"pull-stream": "^3.6.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^17.0.1"
|
||||
"aegir": "^18.2.2"
|
||||
},
|
||||
"contributors": [
|
||||
"David Dias <daviddias.p@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user