mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-03-17 09:00:53 +00:00
add travis
This commit is contained in:
parent
1473964c15
commit
7205af0e1c
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
|
Loading…
x
Reference in New Issue
Block a user