mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 13:22:25 +00:00
add travis
This commit is contained in:
parent
d8a3590347
commit
bad3fbbbd3
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.0"
|
||||
|
||||
# Make sure we have new NPM.
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
|
||||
script:
|
||||
- npm test
|
@ -3,6 +3,9 @@ node-libp2p-tcp
|
||||
|
||||
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/node-libp2p-tcp)  [](https://david-dm.org/diasdavid/node-libp2p-tcp) [](https://github.com/feross/standard)
|
||||
|
||||

|
||||

|
||||
|
||||
> Node.js implementation of the TCP module that libp2p uses, which implements the [abstract-connection]() interface for dial/listen.
|
||||
|
||||
note: libp2p-tcp in Node.js is a very thin shim that adds the support to dial to a `multiaddr`. This small shim will enable libp2p to use other different transports.
|
||||
|
Loading…
x
Reference in New Issue
Block a user