js-libp2p-interfaces/.travis.yml

11 lines
118 B
YAML
Raw Normal View History

sudo: false
language: node_js
node_js:
- "stable"
before_install:
- npm install -g npm
script:
- npm run lint