mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-06-11 10:21:36 +00:00
add travis
This commit is contained in:
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
|
Reference in New Issue
Block a user