js-libp2p-interfaces/.travis.yml

16 lines
196 B
YAML
Raw Normal View History

sudo: false
language: node_js
matrix:
include:
2018-11-09 16:29:35 +01:00
- node_js: 8
- node_js: 10
- node_js: stable
# Make sure we have new NPM.
before_install:
- npm install -g npm
script:
- npm run lint